gdm r6698 - in trunk: . gui/simple-greeter
- From: halfline svn gnome org
- To: svn-commits-list gnome org
- Subject: gdm r6698 - in trunk: . gui/simple-greeter
- Date: Thu, 12 Feb 2009 03:20:12 +0000 (UTC)
Author: halfline
Date: Thu Feb 12 03:20:12 2009
New Revision: 6698
URL: http://svn.gnome.org/viewvc/gdm?rev=6698&view=rev
Log:
2009-02-11 Ray Strode <rstrode redhat com>
* gui/simple-greeter/gdm-language-option-widget.c
(gdm_language_option_widget_init):
* gui/simple-greeter/gdm-layout-option-widget.c
(gdm_layout_option_widget_init):
* gui/simple-greeter/gdm-user-chooser-widget.c
(add_other_user): One more crack at bug 517558.
Use the correct context for keyboard layout
"Other..." menu item, and add translator comment
explaining in more detail what the various
"Other..." items mean.
Modified:
trunk/ChangeLog
trunk/gui/simple-greeter/gdm-language-option-widget.c
trunk/gui/simple-greeter/gdm-layout-option-widget.c
trunk/gui/simple-greeter/gdm-user-chooser-widget.c
Modified: trunk/gui/simple-greeter/gdm-language-option-widget.c
==============================================================================
--- trunk/gui/simple-greeter/gdm-language-option-widget.c (original)
+++ trunk/gui/simple-greeter/gdm-language-option-widget.c Thu Feb 12 03:20:12 2009
@@ -225,6 +225,9 @@
gdm_option_widget_add_item (GDM_OPTION_WIDGET (widget),
"__other",
+ /* translators: This brings up a dialog
+ * with a list of languages to choose from
+ */
C_("language", "Other..."),
_("Choose a language from the "
"full list of available languages."),
Modified: trunk/gui/simple-greeter/gdm-layout-option-widget.c
==============================================================================
--- trunk/gui/simple-greeter/gdm-layout-option-widget.c (original)
+++ trunk/gui/simple-greeter/gdm-layout-option-widget.c Thu Feb 12 03:20:12 2009
@@ -217,7 +217,10 @@
gdm_option_widget_add_item (GDM_OPTION_WIDGET (widget),
"__other",
- C_("language", "Other..."),
+ /* translators: This brings up a dialog of
+ * available keyboard layouts
+ */
+ C_("keyboard", "Other..."),
_("Choose a keyboard layout from the "
"full list of available layouts."),
GDM_OPTION_WIDGET_POSITION_BOTTOM);
Modified: trunk/gui/simple-greeter/gdm-user-chooser-widget.c
==============================================================================
--- trunk/gui/simple-greeter/gdm-user-chooser-widget.c (original)
+++ trunk/gui/simple-greeter/gdm-user-chooser-widget.c Thu Feb 12 03:20:12 2009
@@ -128,6 +128,11 @@
gdm_chooser_widget_add_item (GDM_CHOOSER_WIDGET (widget),
GDM_USER_CHOOSER_USER_OTHER,
NULL,
+ /* translators: This option prompts
+ * the user to type in a username
+ * manually instead of choosing from
+ * a list.
+ */
C_("user", "Other..."),
_("Choose a different account"),
0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]