[nautilus] Preferences: add mnemonics



commit 696ea24bc63f3383aace841c9a93f1f532d0b292
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Feb 8 15:24:26 2016 +0100

    Preferences: add mnemonics
    
    They were missing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761706

 src/resources/ui/nautilus-preferences-dialog.ui |    8 ++++----
 src/resources/ui/nautilus-search-popover.ui     |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/resources/ui/nautilus-preferences-dialog.ui b/src/resources/ui/nautilus-preferences-dialog.ui
index 46fdebe..4ecb86e 100644
--- a/src/resources/ui/nautilus-preferences-dialog.ui
+++ b/src/resources/ui/nautilus-preferences-dialog.ui
@@ -300,7 +300,7 @@
                             </child>
                             <child>
                               <object class="GtkCheckButton" id="show_delete_permanently_checkbutton">
-                                <property name="label" translatable="yes">Show context menu item to delete 
files permanently</property>
+                                <property name="label" translatable="yes">Show context menu item to _delete 
files permanently</property>
                                 <property name="use_action_appearance">False</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
@@ -317,7 +317,7 @@
                             </child>
                             <child>
                               <object class="GtkCheckButton" id="show_create_link_checkbutton">
-                                <property name="label" translatable="yes">Show context menu item to create 
links from copied files</property>
+                                <property name="label" translatable="yes">Show context menu item to create 
_links from copied files</property>
                                 <property name="use_action_appearance">False</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
@@ -657,7 +657,7 @@
                             <property name="spacing">6</property>
                             <child>
                               <object class="GtkCheckButton" id="local_recursive_search_checkbutton">
-                                <property name="label" translatable="yes">Search subfolders on local 
locations</property>
+                                <property name="label" translatable="yes">Search subfolders on _local 
locations</property>
                                 <property name="use_action_appearance">False</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
@@ -694,7 +694,7 @@
                             <property name="spacing">6</property>
                             <child>
                               <object class="GtkCheckButton" id="remote_recursive_search_checkbutton">
-                                <property name="label" translatable="yes">Search subfolders on network 
locations</property>
+                                <property name="label" translatable="yes">Search subfolders on _network 
locations</property>
                                 <property name="use_action_appearance">False</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index 7f94535..eeb0d11 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -191,7 +191,7 @@
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="last_modified_button">
-                    <property name="label" translatable="yes">Last modified</property>
+                    <property name="label" translatable="yes">Last _modified</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
@@ -207,7 +207,7 @@
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="last_used_button">
-                    <property name="label" translatable="yes">Last used</property>
+                    <property name="label" translatable="yes">Last _used</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]