summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Day <allanpday@gmail.com>2015-12-17 14:19:09 +0000
committerAllan Day <allanpday@gmail.com>2015-12-17 15:31:20 +0000
commit019685928e25d6134d5b678d44b2b2f49ae478b1 (patch)
tree004362ded7aa67d45ef7b5ad88402e884c56ce29
parent9d268762647e33d44d8e7dce65e2e675fd6ff6f5 (diff)
downloadtotem-019685928e25d6134d5b678d44b2b2f49ae478b1.tar.gz
data: Clearer label for skip to dialog
"Skip to dialog" isn't a clear label - it sounds like the dialog is where the user wants to go. It doesn't indicate that more input is required. Use a better label. https://bugzilla.gnome.org/show_bug.cgi?id=759548
-rw-r--r--data/shortcuts.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index bd2f87c65..e53a05bb2 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -234,7 +234,7 @@
<object class="GtkShortcutsShortcut" id="skipto">
<property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;K</property>
- <property name="title" translatable="yes">Skip to dialog</property>
+ <property name="title" translatable="yes">Skip to…</property>
</object>
</child>
</object>