summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisenmann <p3732@getgoogleoff.me>2022-12-23 02:00:41 +0100
committerCorey Berla <corey@berla.me>2022-12-24 01:01:49 +0000
commitf1eddb6c4323c5f248ca43d7cb61d8b9cc54cecb (patch)
treeb12ed161852746d660d171137421a4f399bde094
parent83e9ce87bf310316f4865258747e4032eddf01b5 (diff)
downloadnautilus-f1eddb6c4323c5f248ca43d7cb61d8b9cc54cecb.tar.gz
nautilus-toolbar: add mnemonics for New Window/Tab
Fixes #2465
-rw-r--r--src/resources/ui/nautilus-toolbar.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index c0ef64a52..9bfef3960 100644
--- a/src/resources/ui/nautilus-toolbar.ui
+++ b/src/resources/ui/nautilus-toolbar.ui
@@ -4,12 +4,12 @@
<menu id="app_menu">
<section>
<item>
- <attribute name="label" translatable="yes">New Window</attribute>
+ <attribute name="label" translatable="yes">New _Window</attribute>
<attribute name="action">app.clone-window</attribute>
<attribute name="verb-icon">window-new-symbolic</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">New Tab</attribute>
+ <attribute name="label" translatable="yes">New _Tab</attribute>
<attribute name="action">win.new-tab</attribute>
<attribute name="verb-icon">tab-new-symbolic</attribute>
</item>