summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-02-09 20:24:08 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2021-02-10 12:46:38 +0000
commitec273f25a35b5dd936effaffb8b90cf56fd72cc8 (patch)
treef8517222fb59dbc881fa4f0b3e3c5c814ff04491
parent09417be32ea34272a1f4657c1cb9b26105bb09e0 (diff)
downloadnautilus-ec273f25a35b5dd936effaffb8b90cf56fd72cc8.tar.gz
preferences-window: Clarify context menu options
Add a group descritpion to avoid long labels in the rows, use the exact label of the menu items instead. Also hint that keyboard shorcuts can be used instead of making the menu longer.
-rw-r--r--src/resources/ui/nautilus-preferences-window.ui7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui
index 9e0fb54b5..01dd3aba1 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -61,13 +61,14 @@
</child>
<child>
<object class="HdyPreferencesGroup">
- <property name="title" translatable="yes">Context Menu</property>
+ <property name="title" translatable="yes">Optional Context Menu Actions</property>
+ <property name="description" translatable="yes">Show more actions in the menus. Keyboard shortcuts can be used even if the actions are not shown.</property>
<property name="visible">True</property>
<child>
<object class="HdyActionRow">
<property name="activatable_widget">show_create_link_switch</property>
<property name="subtitle_lines">0</property>
- <property name="title" translatable="yes">Action to Create Symbolic _Links</property>
+ <property name="title" translatable="yes">Create _Link</property>
<property name="title_lines">0</property>
<property name="use_underline">True</property>
<property name="visible">True</property>
@@ -85,7 +86,7 @@
<object class="HdyActionRow">
<property name="activatable_widget">show_delete_permanently_switch</property>
<property name="subtitle_lines">0</property>
- <property name="title" translatable="yes">Action to _Permanently Delete Files and Folders</property>
+ <property name="title" translatable="yes">_Delete Permanently</property>
<property name="title_lines">0</property>
<property name="use_underline">True</property>
<property name="visible">True</property>