[geary] Disambiguate composer strings with gettext context: Bug #746076
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Disambiguate composer strings with gettext context: Bug #746076
- Date: Thu, 12 Mar 2015 18:55:09 +0000 (UTC)
commit 57dec8cdbae32fb06abc44c6ebdcb54bec32ac92
Author: Jim Nelson <jim yorba org>
Date: Thu Mar 12 11:54:42 2015 -0700
Disambiguate composer strings with gettext context: Bug #746076
ui/composer.glade | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/ui/composer.glade b/ui/composer.glade
index f3a23ba..47268e9 100644
--- a/ui/composer.glade
+++ b/ui/composer.glade
@@ -153,17 +153,17 @@
</child>
<child>
<object class="GtkAction" id="close and save">
- <property name="label" translatable="yes">Close and Save</property>
- <property name="short_label" translatable="yes">Close and Save</property>
- <property name="tooltip" translatable="yes">Close and Save</property>
+ <property name="label" translatable="yes" context="Label">Close and Save</property>
+ <property name="short_label" translatable="yes" context="Short Label">Close and Save</property>
+ <property name="tooltip" translatable="yes" context="Tooltip">Close and Save</property>
<property name="icon_name">document-save-symbolic</property>
</object>
</child>
<child>
<object class="GtkAction" id="close and discard">
- <property name="label" translatable="yes">Close and Discard</property>
- <property name="short_label" translatable="yes">Close and Discard</property>
- <property name="tooltip" translatable="yes">Close and Discard</property>
+ <property name="label" translatable="yes" context="Label">Close and Discard</property>
+ <property name="short_label" translatable="yes" context="Short Label">Close and Discard</property>
+ <property name="tooltip" translatable="yes" context="Tooltip">Close and Discard</property>
<property name="icon_name">user-trash-symbolic</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]