GNOME Bugzilla – Bug 705620
Untranslatable string in new-location-dialog.ui
Last modified: 2013-08-08 11:54:01 UTC
The title of the New Loation dialog is not translatable. I think the value of its translatable attribute is invalid. Look at the following patch: $ git diff data/new-location-dialog.ui 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>
Created attachment 251085 [details] [review] Fix the value of the attribute Could you please review it.
Comment on attachment 251085 [details] [review] Fix the value of the attribute I'm bold and say "Please commit!" because it's correct and a simple patch.
Review of attachment 251085 [details] [review]: Thanks. Committed: https://git.gnome.org/browse/gnome-weather/commit/?id=cebf72bb1d65d5fbe4016fb8d0fe90f918c71491