[totem] data: Clearer label for skip to dialog



commit 019685928e25d6134d5b678d44b2b2f49ae478b1
Author: Allan Day <allanpday gmail com>
Date:   Thu Dec 17 14:19:09 2015 +0000

    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

 data/shortcuts.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index bd2f87c..e53a05b 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]