[gnome-weather] Mark some strings as translatable



commit 9cb97f97dc136c43fd1c3e05e7e1fabe808de9bf
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Tue Aug 19 17:24:39 2014 +0300

    Mark some strings as translatable

 data/city.ui           |    4 ++--
 data/places-popover.ui |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/city.ui b/data/city.ui
index e1c3411..562ab39 100644
--- a/data/city.ui
+++ b/data/city.ui
@@ -118,7 +118,7 @@
                           </object>
                           <packing>
                             <property name="name">today-button</property>
-                            <property name="title">Today</property>
+                            <property name="title" translatable="yes">Today</property>
                           </packing>
                         </child>
                         <child>
@@ -127,7 +127,7 @@
                           </object>
                           <packing>
                             <property name="name">tomorrow-button</property>
-                            <property name="title">Tomorrow</property>
+                            <property name="title" translatable="yes">Tomorrow</property>
                           </packing>
                         </child>
                       </object>
diff --git a/data/places-popover.ui b/data/places-popover.ui
index 885ab40..9de8381 100644
--- a/data/places-popover.ui
+++ b/data/places-popover.ui
@@ -169,7 +169,7 @@
               <object class="GtkLabel" id="recently-viewed-label">
                 <property name="visible">True</property>
                 <property name="can-focus">False</property>
-                <property name="label">Viewed Recently</property>
+                <property name="label" translatable="yes">Viewed Recently</property>
                 <property name="halign">start</property>
                 <property name="vexpand">False</property>
                 <attributes>


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