aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-01-28 03:04:55 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-28 17:36:38 +0800
commit9bdf2c3108ac904a284904ed19720fe48a79240e (patch)
tree5e49236af4c7b49c7f552e9e6ea6f852b7d35b94
parent82d700bf4d5654a67631525e7d781d995c4282f0 (diff)
downloadgsoc2013-empathy-9bdf2c3108ac904a284904ed19720fe48a79240e.tar
gsoc2013-empathy-9bdf2c3108ac904a284904ed19720fe48a79240e.tar.gz
gsoc2013-empathy-9bdf2c3108ac904a284904ed19720fe48a79240e.tar.bz2
gsoc2013-empathy-9bdf2c3108ac904a284904ed19720fe48a79240e.tar.lz
gsoc2013-empathy-9bdf2c3108ac904a284904ed19720fe48a79240e.tar.xz
gsoc2013-empathy-9bdf2c3108ac904a284904ed19720fe48a79240e.tar.zst
gsoc2013-empathy-9bdf2c3108ac904a284904ed19720fe48a79240e.zip
Main window: mark Edit→Context as untranslatable.
The label of this menu item is changed to either _("Contact") or _("Group"), depending on what's currently selected in the tree view. If neither a contact nor a group is selected, the item is hidden entirely. Thus, it should be safe not to translate this string. I haven't tested this. I just came across this when mpt pointed it out on the Twitter: <http://twitter.theinfo.org/30701150579720192>. His tweets suggest that he's found a way to make it show up in the UI, but I can't find any way to do that (either reading the code, or playing with the actual UI). https://bugzilla.gnome.org/show_bug.cgi?id=640751
-rw-r--r--src/empathy-main-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index 5380482e8..07903e5a3 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -83,7 +83,7 @@
<child>
<object class="GtkAction" id="edit_context">
<property name="name">edit_context</property>
- <property name="label" translatable="yes">Context</property>
+ <property name="label" translatable="no">Context</property>
</object>
</child>
<child>