[gnome-weather] Fix value of "translatable" attribute



commit cebf72bb1d65d5fbe4016fb8d0fe90f918c71491
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Thu Aug 8 00:57:10 2013 +0900

    Fix value of "translatable" attribute
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705620

 data/new-location-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/new-location-dialog.ui b/data/new-location-dialog.ui
index 5872c8c..ae3946e 100644
--- a/data/new-location-dialog.ui
+++ b/data/new-location-dialog.ui
@@ -7,7 +7,7 @@
     <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <property name="transient-for">parent-window</property>
-    <property name="title" translatable="True">New Location</property>
+    <property name="title" translatable="yes">New Location</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
         <property name="can_focus">False</property>


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