[seahorse/gnome-3-36] pgp: Fix mnemonic to set trust of imported key



commit 06d1c698a25746f3365363a9084b204b044b9688
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Jun 20 15:35:14 2020 +0200

    pgp: Fix mnemonic to set trust of imported key
    
    This fixes a warning when trying to use the 'T' mnemonic to select the
    trust combobox. It also fixes a few strange capitalizations of words.
    
    Fixes https://gitlab.gnome.org/GNOME/seahorse/-/issues/286

 pgp/seahorse-pgp-public-key-properties.ui | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/pgp/seahorse-pgp-public-key-properties.ui b/pgp/seahorse-pgp-public-key-properties.ui
index 4be5463f..10f412d4 100644
--- a/pgp/seahorse-pgp-public-key-properties.ui
+++ b/pgp/seahorse-pgp-public-key-properties.ui
@@ -825,7 +825,7 @@ B4C3 4349 0932 7854 3452</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="xalign">0</property>
-                                <property name="label" translatable="yes">Indicate Trust:</property>
+                                <property name="label" translatable="yes">Indicate trust:</property>
                                 <attributes>
                                   <attribute name="weight" value="bold"/>
                                 </attributes>
@@ -842,8 +842,9 @@ B4C3 4349 0932 7854 3452</property>
                                   <object class="GtkLabel">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
-                                    <property name="label" translatable="yes">You _Trust the 
Owner:</property>
+                                    <property name="label" translatable="yes">You _trust the 
owner:</property>
                                     <property name="use_underline">True</property>
+                                    <property name="mnemonic-widget">details-trust-combobox</property>
                                   </object>
                                 </child>
                                 <child>


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