[geary/mjog/585-inspector-strings] Unmark Inspector test strings as being translatable



commit fc799b378bd4e74af2f4bf8c44f2e09fbe3eba41
Author: Michael Gratton <mike vee net>
Date:   Mon Oct 7 00:17:48 2019 +1100

    Unmark Inspector test strings as being translatable
    
    Fixes #585

 ui/components-inspector-log-view.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/components-inspector-log-view.ui b/ui/components-inspector-log-view.ui
index 6777cc1d..e72c39b0 100644
--- a/ui/components-inspector-log-view.ui
+++ b/ui/components-inspector-log-view.ui
@@ -10,7 +10,7 @@
     </columns>
     <data>
       <row>
-        <col id="0" translatable="yes">Inspector opened</col>
+        <col id="0">Inspector opened</col>
       </row>
     </data>
   </object>
@@ -62,7 +62,7 @@
             </child>
             <child>
               <object class="GtkTreeViewColumn" id="log_column">
-                <property name="title" translatable="yes">column</property>
+                <property name="title">column</property>
                 <child>
                   <object class="GtkCellRendererText" id="log_renderer"/>
                   <attributes>


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