[seahorse] Added context to translatable strings.



commit 35f8f8be68074f24d2e903c477d828a1b118a9ac
Author: Stef Walter <stef memberwebs com>
Date:   Wed Jan 19 14:34:15 2011 -0600

    Added context to translatable strings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629217

 gkr/seahorse-gkr-item-properties.xml        |    2 +-
 pgp/seahorse-pgp-private-key-properties.xml |    2 +-
 pgp/seahorse-pgp-public-key-properties.xml  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gkr/seahorse-gkr-item-properties.xml b/gkr/seahorse-gkr-item-properties.xml
index 0288ba3..0f21236 100644
--- a/gkr/seahorse-gkr-item-properties.xml
+++ b/gkr/seahorse-gkr-item-properties.xml
@@ -459,7 +459,7 @@
                         </child>
                         <child>
                           <object class="GtkCheckButton" id="application-delete">
-                            <property name="label" translatable="yes" comments="To translators: This is the infinitive not the imperative.  This string refers to the ability of an application to delete this secret from its key ring.">_Delete</property>
+                            <property name="label" translatable="yes" comments="To translators: This is the infinitive not the imperative.  This string refers to the ability of an application to delete this secret from its key ring." context="infinitive">_Delete</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
diff --git a/pgp/seahorse-pgp-private-key-properties.xml b/pgp/seahorse-pgp-private-key-properties.xml
index 4d8162e..755aa77 100644
--- a/pgp/seahorse-pgp-private-key-properties.xml
+++ b/pgp/seahorse-pgp-private-key-properties.xml
@@ -432,7 +432,7 @@
                                 <property name="visible">True</property>
                                 <property name="xalign">1</property>
                                 <property name="yalign">0</property>
-                                <property name="label" translatable="yes">&lt;b&gt;Name:&lt;/b&gt;</property>
+                                <property name="label" translatable="yes" context="name-of-key">&lt;b&gt;Name:&lt;/b&gt;</property>
                                 <property name="use_markup">True</property>
                               </object>
                               <packing>
diff --git a/pgp/seahorse-pgp-public-key-properties.xml b/pgp/seahorse-pgp-public-key-properties.xml
index c6c654c..e2c93be 100644
--- a/pgp/seahorse-pgp-public-key-properties.xml
+++ b/pgp/seahorse-pgp-public-key-properties.xml
@@ -401,7 +401,7 @@
                                 <property name="visible">True</property>
                                 <property name="xalign">1</property>
                                 <property name="yalign">0</property>
-                                <property name="label" translatable="yes">&lt;b&gt;Name:&lt;/b&gt;</property>
+                                <property name="label" translatable="yes" context="name-of-key">&lt;b&gt;Name:&lt;/b&gt;</property>
                                 <property name="use_markup">True</property>
                               </object>
                               <packing>



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