[gnome-initial-setup] Fix value of "translatable" attribute



commit 42e176944175ff1612d1c8e830eb715b8ee721d3
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Thu Aug 8 22:11:44 2013 +0900

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

 gnome-initial-setup/pages/eulas/gis-eula-page.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/eulas/gis-eula-page.ui 
b/gnome-initial-setup/pages/eulas/gis-eula-page.ui
index e767e11..ab4e9f2 100644
--- a/gnome-initial-setup/pages/eulas/gis-eula-page.ui
+++ b/gnome-initial-setup/pages/eulas/gis-eula-page.ui
@@ -47,7 +47,7 @@
           <object class="GtkCheckButton" id="checkbox">
             <property name="visible">False</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="True">I have _agreed to the terms and conditions in this 
end user license agreement.</property>
+            <property name="label" translatable="yes">I have _agreed to the terms and conditions in this end 
user license agreement.</property>
             <property name="use_underline">True</property>
           </object>
         </child>


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