[empathy/gnome-2-34] Main window: mark Edit→Context as untranslatable.
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34] Main window: mark Edit→Context as untranslatable.
- Date: Fri, 28 Jan 2011 09:36:47 +0000 (UTC)
commit 9bdf2c3108ac904a284904ed19720fe48a79240e
Author: Will Thompson <will thompson collabora co uk>
Date: Thu Jan 27 19:04:55 2011 +0000
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
src/empathy-main-window.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index 5380482..07903e5 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]