GNOME Bugzilla – Bug 729814
gis-account-page.ui has untranslatable string
Last modified: 2014-05-12 17:42:40 UTC
"Setup _Enterprise Login" in gis-account-page.ui cannot be translated. The value of its translatable attribute is wrong. See the following diff. A patch is coming. diff --git a/gnome-initial-setup/pages/account/gis-account-page.ui b/gnome-initial-setup/pages/account/gis-account-page.ui index 5970559..ecc0c0f 100644 --- a/gnome-initial-setup/pages/account/gis-account-page.ui +++ b/gnome-initial-setup/pages/account/gis-account-page.ui @@ -34,7 +34,7 @@ <object class="GtkToggleButton" id="page_toggle"> <property name="visible">True</property> <property name="use_underline">True</property> - <property name="label" translatable="true">Setup _Enterprise Login</property> + <property name="label" translatable="yes">Setup _Enterprise Login</property> <property name="halign">center</property> <property name="valign">end</property> <property name="margin_bottom">32</property>
Created attachment 276160 [details] [review] Fix the value of the translatable attribute
The above patch is for gnome-3-12 branch. It does not break the string freeze.
Created attachment 276161 [details] [review] Fix the value of the translatable attribute This patch is for master.