[gitg] Add context to strings in the shortcut window



commit a121cd646eff20f65a551468247c8903790fc192
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Feb 1 21:32:15 2016 +0100

    Add context to strings in the shortcut window

 gitg/resources/ui/gitg-shortcuts.ui |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-shortcuts.ui b/gitg/resources/ui/gitg-shortcuts.ui
index 0c70ba2..ce6e882 100644
--- a/gitg/resources/ui/gitg-shortcuts.ui
+++ b/gitg/resources/ui/gitg-shortcuts.ui
@@ -11,54 +11,54 @@
         <child>
           <object class="GtkShortcutsGroup">
             <property name="visible">1</property>
-            <property name="title" translatable="yes">Windows</property>
+            <property name="title" translatable="yes" context="shortcut window">Windows</property>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator">&lt;ctrl&gt;N</property>
-                <property name="title" translatable="yes">Open a new window</property>
+                <property name="title" translatable="yes" context="shortcut window">Open a new 
window</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator">F10</property>
-                <property name="title" translatable="yes">Open the window menu</property>
+                <property name="title" translatable="yes" context="shortcut window">Open the window 
menu</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator">&lt;ctrl&gt;O</property>
-                <property name="title" translatable="yes">Open a repository</property>
+                <property name="title" translatable="yes" context="shortcut window">Open a 
repository</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator">F1</property>
-                <property name="title" translatable="yes">Open the help</property>
+                <property name="title" translatable="yes" context="shortcut window">Open the help</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator">&lt;ctrl&gt;F</property>
-                <property name="title" translatable="yes">Find</property>
+                <property name="title" translatable="yes" context="shortcut window">Find</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator">&lt;ctrl&gt;W</property>
-                <property name="title" translatable="yes">Close the active window</property>
+                <property name="title" translatable="yes" context="shortcut window">Close the active 
window</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator">&lt;ctrl&gt;Q</property>
-                <property name="title" translatable="yes">Quit the application</property>
+                <property name="title" translatable="yes" context="shortcut window">Quit the 
application</property>
               </object>
             </child>
           </object>


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