[gnome-maps] Add context to strings in the shortcut window



commit 1a7727763722afcd35fe4555866f895ff2fafb0e
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Feb 1 18:28:47 2016 +0100

    Add context to strings in the shortcut window

 data/ui/help-overlay.ui |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/ui/help-overlay.ui b/data/ui/help-overlay.ui
index 2f87841..e1ed46a 100644
--- a/data/ui/help-overlay.ui
+++ b/data/ui/help-overlay.ui
@@ -8,32 +8,32 @@
         <child>
           <object class="GtkShortcutsGroup">
             <property name="visible">1</property>
-            <property name="title" translatable="yes">General</property>
+            <property name="title" translatable="yes" context="shortcut window">General</property>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
-                <property name="title" translatable="yes">Show help</property>
+                <property name="title" translatable="yes" context="shortcut window">Show help</property>
                 <property name="accelerator">F1</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
-                <property name="title" translatable="yes">Search</property>
+                <property name="title" translatable="yes" context="shortcut window">Search</property>
                 <property name="accelerator">&lt;Primary&gt;F</property>
               </object>
             </child>
            <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
-                <property name="title" translatable="yes">Toggle route planner</property>
+                <property name="title" translatable="yes" context="shortcut window">Toggle route 
planner</property>
                 <property name="accelerator">&lt;Primary&gt;D</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
-                <property name="title" translatable="yes">Quit</property>
+                <property name="title" translatable="yes" context="shortcut window">Quit</property>
                 <property name="accelerator">&lt;Primary&gt;Q</property>
               </object>
             </child>
@@ -42,25 +42,25 @@
         <child>
           <object class="GtkShortcutsGroup">
             <property name="visible">1</property>
-            <property name="title" translatable="yes">Map View</property>
+            <property name="title" translatable="yes" context="shortcut window">Map View</property>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
-                <property name="title" translatable="yes">Zoom in</property>
+                <property name="title" translatable="yes" context="shortcut window">Zoom in</property>
                 <property name="accelerator">plus</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
-                <property name="title" translatable="yes">Zoom out</property>
+                <property name="title" translatable="yes" context="shortcut window">Zoom out</property>
                 <property name="accelerator">minus</property>
               </object>
             </child>
             <child>
                <object class="GtkShortcutsShortcut">
                  <property name="visible">1</property>
-                 <property name="title" translatable="yes">Go to current location</property>
+                 <property name="title" translatable="yes" context="shortcut window">Go to current 
location</property>
                  <property name="accelerator">&lt;Primary&gt;L</property>
                </object>
              </child>


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