[gnome-calculator/piotrdrag/dont-translate-gci: 2/2] tests: Remove translatable attributes from gci-test-entry-controller



commit 832d5a1f3428577d5cbdfde6ef438617955bbd44
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Oct 24 15:43:47 2019 +0200

    tests: Remove translatable attributes from gci-test-entry-controller

 tests/gci-test-entry-controller.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/gci-test-entry-controller.ui b/tests/gci-test-entry-controller.ui
index 4747c6aa..c93ef0f3 100644
--- a/tests/gci-test-entry-controller.ui
+++ b/tests/gci-test-entry-controller.ui
@@ -4,7 +4,7 @@
   <requires lib="gtk+" version="3.20"/>
   <template class="TestsWindow" parent="GtkApplicationWindow">
     <property name="can_focus">False</property>
-    <property name="title" translatable="yes">Testing GCi.EntryController</property>
+    <property name="title">Testing GCi.EntryController</property>
     <child>
       <placeholder/>
     </child>
@@ -17,7 +17,7 @@
           <object class="GtkLabel">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">GCi Test</property>
+            <property name="label">GCi Test</property>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -39,7 +39,7 @@
         </child>
         <child>
           <object class="GtkButton" id="button">
-            <property name="label" translatable="yes">Close</property>
+            <property name="label">Close</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">True</property>


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