diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-10-28 23:45:31 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-10-28 23:45:31 +0000 |
commit | 5f9fe9f087b076dbe1e19108e7feea8a9b237567 (patch) | |
tree | 0a136f817792015897f420b05197cfd857d51c76 /src | |
parent | Make the dialogs resizable so that --height/--width works. Reported by (diff) | |
download | zenity-5f9fe9f087b076dbe1e19108e7feea8a9b237567.tar.gz zenity-5f9fe9f087b076dbe1e19108e7feea8a9b237567.tar.bz2 zenity-5f9fe9f087b076dbe1e19108e7feea8a9b237567.zip |
Unmark translation messages, as reported by Christian. Fixes #125717.
2003-10-29 Glynn Foster <glynn.foster@sun.com>
* src/zenity.glade: Unmark translation messages,
as reported by Christian. Fixes #125717.
Diffstat (limited to 'src')
-rw-r--r-- | src/zenity.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/zenity.glade b/src/zenity.glade index ff1b852b..c33d797e 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -1183,7 +1183,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> @@ -1205,7 +1205,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> @@ -1227,7 +1227,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> |