[gnome-logs] Add context to strings in the shortcut window
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] Add context to strings in the shortcut window
- Date: Wed, 3 Feb 2016 11:27:49 +0000 (UTC)
commit d878fa231f13af7ec43bd1c791d98563995df1b3
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Feb 1 18:24:54 2016 +0100
Add context to strings in the shortcut window
data/help-overlay.ui | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/help-overlay.ui b/data/help-overlay.ui
index 80366e9..881503e 100644
--- a/data/help-overlay.ui
+++ b/data/help-overlay.ui
@@ -5,19 +5,19 @@
<property name="visible">True</property>
<child>
<object class="GtkShortcutsGroup">
- <property name="title" translatable="yes">General</property>
+ <property name="title" translatable="yes" context="shortcut
window">General</property>
<property name="visible">True</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator"><Primary>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>
<property name="visible">True</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator"><Primary>w</property>
- <property name="title" translatable="yes">Close a window</property>
+ <property name="title" translatable="yes" context="shortcut window">Close a
window</property>
<property name="visible">True</property>
</object>
</child>
@@ -25,12 +25,12 @@
</child>
<child>
<object class="GtkShortcutsGroup">
- <property name="title" translatable="yes">Search</property>
+ <property name="title" translatable="yes" context="shortcut window">Search</property>
<property name="visible">True</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator"><Primary>f</property>
- <property name="title" translatable="yes">Find</property>
+ <property name="title" translatable="yes" context="shortcut
window">Find</property>
<property name="visible">True</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]