[gnome-control-center] Add context to strings in the shortcut window
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Add context to strings in the shortcut window
- Date: Mon, 1 Feb 2016 18:07:34 +0000 (UTC)
commit e9d65002a9d5b4d72d64be88d86b5146b4a74d01
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Feb 1 18:26:46 2016 +0100
Add context to strings in the shortcut window
shell/help-overlay.ui | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/shell/help-overlay.ui b/shell/help-overlay.ui
index e72d5f1..1e4ad54 100644
--- a/shell/help-overlay.ui
+++ b/shell/help-overlay.ui
@@ -12,19 +12,19 @@
<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="accelerator"><ctrl>Q</property>
- <property name="title" translatable="yes">Quit</property>
+ <property name="title" translatable="yes" context="shortcut window">Quit</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator"><ctrl>S</property>
- <property name="title" translatable="yes">Search</property>
+ <property name="title" translatable="yes" context="shortcut window">Search</property>
</object>
</child>
</object>
@@ -32,12 +32,12 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
- <property name="title" translatable="yes">Panels</property>
+ <property name="title" translatable="yes" context="shortcut window">Panels</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator"><Alt>Left</property>
- <property name="title" translatable="yes">Go back to the overview</property>
+ <property name="title" translatable="yes" context="shortcut window">Go back to the
overview</property>
</object>
</child>
</object>
@@ -45,12 +45,12 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
- <property name="title" translatable="yes">Search</property>
+ <property name="title" translatable="yes" context="shortcut window">Search</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">Escape</property>
- <property name="title" translatable="yes">Cancel search</property>
+ <property name="title" translatable="yes" context="shortcut window">Cancel search</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]