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:17 +0800
commitf8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb (patch)
treea8ae8625b1818b77c9467408d43ae4a148c9d07e
parent598dd64034b56c84463580f248f5b54dcda361f2 (diff)
downloadgsoc2013-empathy-f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb.tar
gsoc2013-empathy-f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb.tar.gz
gsoc2013-empathy-f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb.tar.bz2
gsoc2013-empathy-f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb.tar.lz
gsoc2013-empathy-f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb.tar.xz
gsoc2013-empathy-f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb.tar.zst
gsoc2013-empathy-f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb.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 c4c1b79cb..3c015392d 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -90,7 +90,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>