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:27:17 +0100
commitee1ac6da47c6c27b461553a049acd2aebcb65b57 (patch)
treedf611e24c083a152a9b6a678b7e206e8188ce97b
parent94b45f36ed9d03ce2b2b571df34c47add9c6618d (diff)
downloadnautilus-ee1ac6da47c6c27b461553a049acd2aebcb65b57.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>