summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-10-28 23:45:31 +0000
committerGlynn Foster <gman@src.gnome.org>2003-10-28 23:45:31 +0000
commit5f9fe9f087b076dbe1e19108e7feea8a9b237567 (patch)
tree0a136f817792015897f420b05197cfd857d51c76 /src
parentcab79bf73c3c7b09d7c82d7592ba1c53847e4239 (diff)
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.glade6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/zenity.glade b/src/zenity.glade
index ff1b852..c33d797 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>