[nemiver] Mark missing strings for translation



commit 74b633ba7c4a9120c36f06aab51c3e086afc1fb3
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Sep 28 14:16:06 2017 +0200

    Mark missing strings for translation

 ui/locatefiledialog.ui |    4 ++--
 ui/workbench.ui        |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ui/locatefiledialog.ui b/ui/locatefiledialog.ui
index 9c07f50..bbc0b6b 100644
--- a/ui/locatefiledialog.ui
+++ b/ui/locatefiledialog.ui
@@ -81,7 +81,7 @@
               <object class="GtkLabel" id="label_filename">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label">Nemiver cannot locate the following file:</property>
+                <property name="label" translatable="yes">Nemiver cannot locate the following 
file:</property>
                 <property name="xalign">0</property>
               </object>
               <packing>
@@ -94,7 +94,7 @@
               <object class="GtkFileChooserButton" id="filechooserbutton_location">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="title">Select File Location: </property>
+                <property name="title" translatable="yes">Select File Location: </property>
               </object>
               <packing>
                 <property name="expand">True</property>
diff --git a/ui/workbench.ui b/ui/workbench.ui
index cc3236a..1c25215 100644
--- a/ui/workbench.ui
+++ b/ui/workbench.ui
@@ -53,7 +53,7 @@
                   <object class="GtkLabel" id="label1">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">label1</property>
+                    <property name="label">label1</property>
                   </object>
                   <packing>
                     <property name="tab_fill">False</property>
@@ -96,7 +96,7 @@
                   <object class="GtkLabel" id="label2">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">label2</property>
+                    <property name="label">label2</property>
                   </object>
                   <packing>
                     <property name="tab_fill">False</property>


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