summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-12-21 22:06:33 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-12-21 22:06:33 +0000
commit2f8befbaab35231b5edab302b50cfb76ea6e216e (patch)
tree34e3143cfa634a59dde43653e55dcad017f56ad4
parentdd6ded933f634df7a44b59f1d224dd447064c99a (diff)
downloadgdm-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--ChangeLog5
-rw-r--r--gui/gdmsetup-strings.c1
-rw-r--r--gui/gdmsetup.glade2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b16d8278..9fd20074 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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">&lt;b&gt;Copyright:&lt;/b&gt;</property>
+ <property name="label" translatable="no">&lt;b&gt;Copyright:&lt;/b&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>