[empathy] Main window: mark Edit→Context as untranslatable.



commit f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb
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 c4c1b79..3c01539 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]