diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-20 10:03:13 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-20 10:03:13 +0000 |
commit | a161b30233263a248e9028de5e15a77a39f980d3 (patch) | |
tree | e4abc7ccd75e0189c2a562cc945ccde5e8aa9c1e /src | |
parent | Actually add the file this time. (diff) | |
download | zenity-a161b30233263a248e9028de5e15a77a39f980d3.tar.gz zenity-a161b30233263a248e9028de5e15a77a39f980d3.tar.bz2 zenity-a161b30233263a248e9028de5e15a77a39f980d3.zip |
Remove some strings for translation that should be done.
2003-01-20 Glynn Foster <glynn.foster@sun.com>
* src/zenity.glade: Remove some strings for translation that
should be done.
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 f22c1018..3141c855 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -1192,7 +1192,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> @@ -1214,7 +1214,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> @@ -1236,7 +1236,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> |