GNOME Bugzilla – Bug 705671
Untranslatable string in gis-eula-page.ui
Last modified: 2013-08-08 13:17:17 UTC
gis-eula-page.ui has an untranlatable string. Look at the following patch. The value of the "translatable" attribute of the string is invalid. This is the same bug as Bug 705620. $ git diff 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>
Created attachment 251181 [details] [review] Fix the value of the attribute
Review of attachment 251181 [details] [review]: It is a small fix. I've committed it. https://git.gnome.org/browse/gnome-initial-setup/commit/?id=42e176944175ff1612d1c8e830eb715b8ee721d3