diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-06-07 13:10:58 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-06-07 13:10:58 +0000 |
commit | 3aab6a19a521c0374ef4c83fd7877154ea8636b5 (patch) | |
tree | c66f9393f83352c9d3d1fe09ef7ad5628e574e27 /src/zenity.glade | |
parent | Updated Norwegian translation. (diff) | |
download | zenity-3aab6a19a521c0374ef4c83fd7877154ea8636b5.tar.gz zenity-3aab6a19a521c0374ef4c83fd7877154ea8636b5.tar.bz2 zenity-3aab6a19a521c0374ef4c83fd7877154ea8636b5.zip |
Untranslate silly strings pointed out by Kjartan Maraas.
2003-06-07 Glynn Foster <glynn.foster@sun.com>
* src/zenity.glade: Untranslate silly strings pointed out by
Kjartan Maraas.
Diffstat (limited to 'src/zenity.glade')
-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 c1dad426..c83eff02 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -1181,7 +1181,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> @@ -1203,7 +1203,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> @@ -1225,7 +1225,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> |