[polari] Add context to strings in the shortcut window
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] Add context to strings in the shortcut window
- Date: Mon, 1 Feb 2016 20:02:00 +0000 (UTC)
commit f0004172304b726b7ab9ed44dcac2433ab48485c
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Feb 1 18:32:19 2016 +0100
Add context to strings in the shortcut window
data/resources/help-overlay.ui | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/data/resources/help-overlay.ui b/data/resources/help-overlay.ui
index 106d114..6a871bd 100644
--- a/data/resources/help-overlay.ui
+++ b/data/resources/help-overlay.ui
@@ -9,46 +9,46 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">True</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">True</property>
- <property name="title" translatable="yes">Join Room</property>
+ <property name="title" translatable="yes" context="shortcut window">Join Room</property>
<property name="accelerator"><Primary>n</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
- <property name="title" translatable="yes">Message User</property>
+ <property name="title" translatable="yes" context="shortcut window">Message User</property>
<property name="accelerator"><Primary>m</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
- <property name="title" translatable="yes">Leave Room</property>
+ <property name="title" translatable="yes" context="shortcut window">Leave Room</property>
<property name="accelerator"><Primary>w</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
- <property name="title" translatable="yes">Show Userlist</property>
+ <property name="title" translatable="yes" context="shortcut window">Show Userlist</property>
<property name="accelerator">F9</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</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">True</property>
- <property name="title" translatable="yes">Keyboard Shortcuts</property>
+ <property name="title" translatable="yes" context="shortcut window">Keyboard
Shortcuts</property>
<property name="accelerator"><Primary>question <Primary>F1</property>
</object>
</child>
@@ -57,39 +57,39 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">True</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">True</property>
- <property name="title" translatable="yes">Next Room</property>
+ <property name="title" translatable="yes" context="shortcut window">Next Room</property>
<property name="accelerator"><Primary>Page_Down</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
- <property name="title" translatable="yes">Previous Room</property>
+ <property name="title" translatable="yes" context="shortcut window">Previous Room</property>
<property name="accelerator"><Primary>Page_Up</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
- <property name="title" translatable="yes">First Room</property>
+ <property name="title" translatable="yes" context="shortcut window">First Room</property>
<property name="accelerator"><Primary>Home</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
- <property name="title" translatable="yes">Last Room</property>
+ <property name="title" translatable="yes" context="shortcut window">Last Room</property>
<property name="accelerator"><Primary>End</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
- <property name="title" translatable="yes">First - Ninth Room</property>
+ <property name="title" translatable="yes" context="shortcut window">First - Ninth
Room</property>
<property name="accelerator"><Alt>1...9</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]