diff options
author | George Lebl <jirka@5z.com> | 2002-12-21 22:06:33 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-12-21 22:06:33 +0000 |
commit | 2f8befbaab35231b5edab302b50cfb76ea6e216e (patch) | |
tree | 34e3143cfa634a59dde43653e55dcad017f56ad4 | |
parent | dd6ded933f634df7a44b59f1d224dd447064c99a (diff) | |
download | gdm-2f8befbaab35231b5edab302b50cfb76ea6e216e.tar.gz |
Apply patch from bugzilla #101729 to untranslate the Copyright string
Sat Dec 21 14:05:40 2002 George Lebl <jirka@5z.com>
* gui/gdmsetup.glade, gui/gdmsetup-strings.c: Apply patch from
bugzilla #101729 to untranslate the Copyright string
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gui/gdmsetup-strings.c | 1 | ||||
-rw-r--r-- | gui/gdmsetup.glade | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Sat Dec 21 14:05:40 2002 George Lebl <jirka@5z.com> + + * gui/gdmsetup.glade, gui/gdmsetup-strings.c: Apply patch from + bugzilla #101729 to untranslate the Copyright string + Sat Dec 21 13:54:18 2002 George Lebl <jirka@5z.com> * daemon/slave.c: fix the shell basename check. diff --git a/gui/gdmsetup-strings.c b/gui/gdmsetup-strings.c index c356a378..d02be42e 100644 --- a/gui/gdmsetup-strings.c +++ b/gui/gdmsetup-strings.c @@ -43,7 +43,6 @@ gchar *s = N_("Standard greeter"); gchar *s = N_("<b>Preview:</b>"); gchar *s = N_("No screenshot available"); gchar *s = N_("<b>Description:</b>"); -gchar *s = N_("<b>Copyright:</b>"); gchar *s = N_("<b>Author:</b>"); gchar *s = N_("description\n" "widget"); diff --git a/gui/gdmsetup.glade b/gui/gdmsetup.glade index 5cf4ab4c..f8ed434e 100644 --- a/gui/gdmsetup.glade +++ b/gui/gdmsetup.glade @@ -1249,7 +1249,7 @@ <child> <widget class="GtkLabel" id="label33"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Copyright:</b></property> + <property name="label" translatable="no"><b>Copyright:</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |