summaryrefslogtreecommitdiff
path: root/data/shortcuts.ui
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2019-06-01 14:50:52 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2019-06-01 14:52:40 +0200
commit867aaafda8ef0dc999cb545c0c955808b3a724c1 (patch)
tree428ba7b663e6ad977ed795b55f3b4ca2c6b13ba1 /data/shortcuts.ui
parentcf12dd916b4b5cdaf525972aba088e4b40967c5f (diff)
downloadcheese-867aaafda8ef0dc999cb545c0c955808b3a724c1.tar.gz
Add context to strings in the keyboard shortcuts window
See the note at https://wiki.gnome.org/Initiatives/GnomeGoals/ShortcutWindows
Diffstat (limited to 'data/shortcuts.ui')
-rw-r--r--data/shortcuts.ui16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index 3c1d0a07..bae1635e 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -9,17 +9,17 @@
<property name="max-height">12</property>
<child>
<object class="GtkShortcutsGroup">
- <property name="title" translatable="yes">Overview</property>
+ <property name="title" translatable="yes" context="shortcut window">Overview</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">F11</property>
- <property name="title" translatable="yes">Fullscreen on / off</property>
+ <property name="title" translatable="yes" context="shortcut window">Fullscreen on / off</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<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>
@@ -27,29 +27,29 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
- <property name="title" translatable="yes">Thumbnails</property>
+ <property name="title" translatable="yes" context="shortcut window">Thumbnails</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;ctrl&gt;O</property>
- <property name="title" translatable="yes">Open</property>
+ <property name="title" translatable="yes" context="shortcut window">Open</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;ctrl&gt;S</property>
- <property name="title" translatable="yes">Save As</property>
+ <property name="title" translatable="yes" context="shortcut window">Save As</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">Delete</property>
- <property name="title" translatable="yes">Move to Trash</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to Trash</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Shift&gt;Delete</property>
- <property name="title" translatable="yes">Delete</property>
+ <property name="title" translatable="yes" context="shortcut window">Delete</property>
</object>
</child>
</object>