summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-12 18:29:03 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-12 18:29:42 +0100
commit17343a89114c82ecc0ae40e62439350c380c56ce (patch)
treed53a58004352cb8e2f7e4750c625ed78d22cff3d
parent27c62f297ed2472a5c7021a8a01a61e6d4735dd1 (diff)
downloadnautilus-17343a89114c82ecc0ae40e62439350c380c56ce.tar.gz
preferences: avoid repeated mnemonics
-rw-r--r--src/resources/ui/nautilus-preferences-window.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui
index 30635144b..2be9b3140 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -733,7 +733,7 @@ More information will appear when zooming closer.</property>
</child>
<child>
<object class="GtkCheckButton" id="show_delete_permanently_checkbutton">
- <property name="label" translatable="yes">Allow permanently _deleting files and folders</property>
+ <property name="label" translatable="yes">Allow _permanently deleting files and folders</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1035,7 +1035,7 @@ More information will appear when zooming closer.</property>
<object class="GtkLabel" id="preview_label_1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Only for files smaller than:</property>
+ <property name="label" translatable="yes">Onl_y for files smaller than:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">preview_image_size_combobox</property>
<property name="xalign">0</property>