[network-manager-applet] applet: PIN/PUK checkbox isn't supposed to be translated (bgo #626604)



commit ba78dbfab012e71afe0f14e40b61bde0522f9ec0
Author: Dan Williams <dcbw redhat com>
Date:   Wed Aug 11 12:52:56 2010 -0500

    applet: PIN/PUK checkbox isn't supposed to be translated (bgo #626604)
    
    It's always replaced by translated strings from the code.

 src/applet.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/applet.glade b/src/applet.glade
index 645febe..9772406 100644
--- a/src/applet.glade
+++ b/src/applet.glade
@@ -1993,7 +1993,7 @@ Version 1</property>
                         </child>
                         <child>
                           <widget class="GtkCheckButton" id="show_password_checkbutton">
-                            <property name="label" translatable="yes">Show it</property>
+                            <property name="label" translatable="no">Show it</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]