[gnome-photos] Add context to strings in the shortcut window
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] Add context to strings in the shortcut window
- Date: Mon, 1 Feb 2016 17:04:24 +0000 (UTC)
commit 64e9d0c6f3d522931fd997226f5ec9609ab66eb4
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Feb 1 18:04:14 2016 +0100
Add context to strings in the shortcut window
src/photos-help-overlay.ui | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/src/photos-help-overlay.ui b/src/photos-help-overlay.ui
index 421ceca..2eb22b0 100644
--- a/src/photos-help-overlay.ui
+++ b/src/photos-help-overlay.ui
@@ -32,32 +32,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">Quit</property>
+ <property name="title" translatable="yes" context="shortcut window">Quit</property>
<property name="accelerator"><Primary>q</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Print the current photo</property>
+ <property name="title" translatable="yes" context="shortcut window">Print the current
photo</property>
<property name="accelerator"><Primary>p</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Delete</property>
+ <property name="title" translatable="yes" context="shortcut window">Delete</property>
<property name="accelerator">Delete</property>
</object>
</child>
@@ -66,25 +66,25 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
- <property name="title" translatable="yes">Navigation</property>
+ <property name="title" translatable="yes" context="shortcut window">Navigation</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Next photo</property>
+ <property name="title" translatable="yes" context="shortcut window">Next photo</property>
<property name="accelerator">Right</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Previous photo</property>
+ <property name="title" translatable="yes" context="shortcut window">Previous photo</property>
<property name="accelerator">Left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Go back</property>
+ <property name="title" translatable="yes" context="shortcut window">Go back</property>
<property name="accelerator"><Alt>Left</property>
<property name="direction">ltr</property>
</object>
@@ -92,7 +92,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Go back</property>
+ <property name="title" translatable="yes" context="shortcut window">Go back</property>
<property name="accelerator"><Alt>Right</property>
<property name="direction">rtl</property>
</object>
@@ -102,18 +102,18 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
- <property name="title" translatable="yes">Overview</property>
+ <property name="title" translatable="yes" context="shortcut window">Overview</property>
<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"><Primary>f</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Select all</property>
+ <property name="title" translatable="yes" context="shortcut window">Select all</property>
<property name="accelerator"><Primary>a</property>
</object>
</child>
@@ -122,32 +122,32 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
- <property name="title" translatable="yes">Preview</property>
+ <property name="title" translatable="yes" context="shortcut window">Preview</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Edit the current photo</property>
+ <property name="title" translatable="yes" context="shortcut window">Edit the current
photo</property>
<property name="accelerator"><Primary>e</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Export the current photo</property>
+ <property name="title" translatable="yes" context="shortcut window">Export the current
photo</property>
<property name="accelerator"><Primary>x</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Action menu</property>
+ <property name="title" translatable="yes" context="shortcut window">Action menu</property>
<property name="accelerator">F10</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="title" translatable="yes">Fullscreen</property>
+ <property name="title" translatable="yes" context="shortcut window">Fullscreen</property>
<property name="accelerator">F11</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]