diff options
author | Brian Cameron <brian.cameron@sun.com> | 2005-12-13 05:19:48 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-12-13 05:19:48 +0000 |
commit | a3ad1efd2ccf22a79fa7f58007c3c5b7d1cc2984 (patch) | |
tree | 86b76ddf83bd7c138eda36f5e46a347eb548c64f | |
parent | 864af89d502ed19d2b9af6291632fa2d435ee80c (diff) | |
download | gdm-a3ad1efd2ccf22a79fa7f58007c3c5b7d1cc2984.tar.gz |
Correct two typos. "Backgroud" to "Background" and "WIndow" to "Window".
2005-12-12 Brian Cameron <brian.cameron@sun.com>
* gui/gdmsetup.glade: Correct two typos.
"Backgroud" to "Background" and "WIndow" to
"Window". Thanks to Asmund Skjaeveland
<aasmunds@fys.uio.no> for pointing this
out on gdm-list@gnome.org.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | gui/gdmsetup.glade | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,13 @@ 2005-12-12 Brian Cameron <brian.cameron@sun.com> + * gui/gdmsetup.glade: Correct two typos. + "Backgroud" to "Background" and "WIndow" to + "Window". Thanks to Asmund Skjaeveland + <aasmunds@fys.uio.no> for pointing this + out on gdm-list@gnome.org. + +2005-12-12 Brian Cameron <brian.cameron@sun.com> + * daemon/gdm.[ch], daemongdmconfig.[ch]: Add GET_SERVER_LIST and GET_SERVER_DETAILS sockets functions so that gdmflexiserver and diff --git a/gui/gdmsetup.glade b/gui/gdmsetup.glade index 1353c7e1..c516a01c 100644 --- a/gui/gdmsetup.glade +++ b/gui/gdmsetup.glade @@ -263,7 +263,7 @@ Themed</property> <widget class="GtkFileChooserButton" id="local_background_image_chooserbutton"> <property name="visible">True</property> <property name="sensitive">False</property> - <property name="title" translatable="yes">Select Backgroud Image</property> + <property name="title" translatable="yes">Select Background Image</property> <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property> <property name="local_only">True</property> <property name="show_hidden">False</property> @@ -4851,7 +4851,7 @@ Random from selected <widget class="GtkDialog" id="xdmcp_dialog"> <property name="border_width">5</property> <property name="visible">True</property> - <property name="title" translatable="yes">XDMCP Login WIndow Preferences</property> + <property name="title" translatable="yes">XDMCP Login Window Preferences</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="modal">False</property> |