fixed more typos

2002-12-17  Alex Duggan  <aldug@gnome.org>

	* schemas/desktop_gnome_font_rendering.schemas.in: fixed more typos
This commit is contained in:
Alex Duggan 2002-12-17 16:24:56 +00:00 committed by Alex Duggan
parent b927a25005
commit 364deed1f7
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2002-12-17 Alex Duggan <aldug@gnome.org>
* schemas/desktop_gnome_font_rendering.schemas.in: fixed more typos
2002-12-15 Andrew Sobala <andrew@sobala.net>
* schemas/desktop_gnome_font_rendering.schemas.in: fixed typos

View file

@ -22,12 +22,12 @@
<type>string</type>
<default>grayscale</default>
<locale name="C">
<short>Antialising</short>
<short>Antialiasing</short>
<long>
The type of antialiasing to use when rendering fonts.
Possible values are: "none" - no antialiasing.
"grayscale" - standard grayscale antialiasing.
"rgba" - subpixel antialising. (LCD screens only).
"rgba" - subpixel antialiasing. (LCD screens only).
</long>
</locale>
</schema>
@ -58,7 +58,7 @@
<short>RGBA Order</short>
<long>
The order of subpixel elements on an LCD
screen; only used when antialising is set to "rgba".
screen; only used when antialiasing is set to "rgba".
Possible values are: "rgb" - red on left, most common.
"bgr" - blue on left. "vrgb" - red on top. "vbgr" -
red on bottom.