[seahorse] Remove translatable attribute from placeholder strings.



commit 44b1bb974b3d3cab80171fa8f3d7e0cd906b8a32
Author: Stef Walter <stef memberwebs com>
Date:   Sat Oct 10 03:06:13 2009 +0000

    Remove translatable attribute from placeholder strings.
    
    Actually, we also remove the placeholder strings all together.
    It's (slightly) inefficient to have these here, and better to
    just leave them blank in glade.
    
    Fixes bug: #594269

 src/seahorse-keyserver-sync.xml     |    2 +-
 ssh/seahorse-ssh-key-properties.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/seahorse-keyserver-sync.xml b/src/seahorse-keyserver-sync.xml
index 2c57c80..c6e95ad 100644
--- a/src/seahorse-keyserver-sync.xml
+++ b/src/seahorse-keyserver-sync.xml
@@ -77,7 +77,7 @@
                         <property name="visible">True</property>
                         <property name="xalign">0</property>
                         <property name="yalign">0</property>
-                        <property name="label" translatable="yes">&lt;b&gt;X keys are selected for synchronizing&lt;/b&gt;</property>
+                        <property name="label"></property>
                         <property name="use_markup">True</property>
                         <property name="wrap">True</property>
                       </object>
diff --git a/ssh/seahorse-ssh-key-properties.xml b/ssh/seahorse-ssh-key-properties.xml
index f8d64d6..7d4d812 100644
--- a/ssh/seahorse-ssh-key-properties.xml
+++ b/ssh/seahorse-ssh-key-properties.xml
@@ -73,7 +73,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="xalign">0</property>
-                            <property name="label" translatable="yes">00:00:00:00:00</property>
+                            <property name="label"></property>
                             <property name="selectable">True</property>
                           </object>
                           <packing>



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