summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-08 15:24:26 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-08 15:26:01 +0100
commit696ea24bc63f3383aace841c9a93f1f532d0b292 (patch)
tree6155ceeb62773b0dbfb5678942925fdca4b2b800
parent4c1e57dcdcfe07caa9cbd3f71ecab85af16ba3c2 (diff)
downloadnautilus-696ea24bc63f3383aace841c9a93f1f532d0b292.tar.gz
Preferences: add mnemonics
They were missing. https://bugzilla.gnome.org/show_bug.cgi?id=761706
-rw-r--r--src/resources/ui/nautilus-preferences-dialog.ui8
-rw-r--r--src/resources/ui/nautilus-search-popover.ui4
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 46fdebee3..4ecb86e9d 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 7f94535b0..eeb0d1166 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>