diff --git a/ChangeLog b/ChangeLog index c1fb8ad01..bba1cd0b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-12-15 Andrew Sobala + + * schemas/desktop_gnome_font_rendering.schemas.in: fixed typos + 2002-12-10 Chema Celorio * configure.in: remove autoheader warnings, remove acconfig.h diff --git a/schemas/desktop_gnome_font_rendering.schemas.in b/schemas/desktop_gnome_font_rendering.schemas.in index dffd9bc30..2ef599113 100644 --- a/schemas/desktop_gnome_font_rendering.schemas.in +++ b/schemas/desktop_gnome_font_rendering.schemas.in @@ -26,7 +26,7 @@ The type of antialiasing to use when rendering fonts. Possible values are: "none" - no antialiasing. - "grayscale" - standard grayscale antialising. + "grayscale" - standard grayscale antialiasing. "rgba" - subpixel antialising. (LCD screens only). @@ -57,7 +57,7 @@ RGBA Order - The order of elements subpixel elements on an LCD + The order of subpixel elements on an LCD screen; only used when antialising is set to "rgba". Possible values are: "rgb" - red on left, most common. "bgr" - blue on left. "vrgb" - red on top. "vbgr" -