diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-04-27 20:34:56 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-04-27 20:34:56 +0000 |
commit | 5f7b750f3972de1106e593922374a0b75c2dd5ea (patch) | |
tree | 986406d5120980ad01c0eb54d52c64a1c7d8e6b7 | |
parent | Translation updated. (diff) | |
download | zenity-5f7b750f3972de1106e593922374a0b75c2dd5ea.tar.gz zenity-5f7b750f3972de1106e593922374a0b75c2dd5ea.tar.bz2 zenity-5f7b750f3972de1106e593922374a0b75c2dd5ea.zip |
Untranslate 3 strings again. Thanks to Christian for pointing this out.
2004-04-27 Glynn Foster <glynn.foster@sun.com>
* src/zenity.glade: Untranslate 3 strings again. Thanks
to Christian for pointing this out.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/zenity.glade | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2004-04-27 Glynn Foster <glynn.foster@sun.com> + + * src/zenity.glade: Untranslate 3 strings again. Thanks + to Christian for pointing this out. + 2004-04-26 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c: Add from the 2 Sebastian's, and make diff --git a/src/zenity.glade b/src/zenity.glade index e1126b79..bb42c2d8 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -1265,7 +1265,7 @@ <widget class="GtkLabel" id="zenity_about_version"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">zenity_about_version</property> + <property name="label" translatable="no">zenity_about_version</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_CENTER</property> @@ -1287,7 +1287,7 @@ <widget class="GtkLabel" id="zenity_about_description"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">zenity_about_description</property> + <property name="label" translatable="no">zenity_about_description</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_CENTER</property> @@ -1309,7 +1309,7 @@ <widget class="GtkLabel" id="zenity_about_copyright"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">zenity_about_copyright</property> + <property name="label" translatable="no">zenity_about_copyright</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |