aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrb <jrb@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2004-08-16 19:10:50 +0000
committerjrb <jrb@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2004-08-16 19:10:50 +0000
commit5e6d6e1a41cc96fd8c44a18ede3ead712c110a70 (patch)
tree4458e12743c6cbcf2813ff617540c9bb27b25a55
parent1ad5ec46227854fa4685834dfb9b7ff3b8464d4c (diff)
make some labels untranslatable
git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@6 517b70f8-ed25-0410-8bf6-f5db08f7b76e
-rw-r--r--src/krb5-auth-dialog.glade8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/krb5-auth-dialog.glade b/src/krb5-auth-dialog.glade
index 72bc593..c385131 100644
--- a/src/krb5-auth-dialog.glade
+++ b/src/krb5-auth-dialog.glade
@@ -118,7 +118,7 @@
<widget class="GtkLabel" id="krb5_message_label">
<property name="width_request">333</property>
<property name="visible">True</property>
- <property name="label" translatable="yes"></property>
+ <property name="label" translatable="no"></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -184,9 +184,9 @@
<property name="editable">True</property>
<property name="visibility">False</property>
<property name="max_length">0</property>
- <property name="text" translatable="yes"></property>
+ <property name="text" translatable="no"></property>
<property name="has_frame">True</property>
- <property name="invisible_char" translatable="yes">*</property>
+ <property name="invisible_char" translatable="no">*</property>
<property name="activates_default">True</property>
</widget>
<packing>
@@ -206,7 +206,7 @@
<child>
<widget class="GtkLabel" id="krb5_wrong_label">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;span size=&quot;smaller&quot;&gt; &lt;/span&gt;</property>
+ <property name="label" translatable="no">&lt;span size=&quot;smaller&quot;&gt; &lt;/span&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>