GNOME Bugzilla – Bug 644050
Some strings are not marked for translation in the .ui file
Last modified: 2011-03-07 19:41:24 UTC
I spotted some untranslated strings while making this picture: https://bugzilla.gnome.org/show_bug.cgi?id=644016#c3 These column headings, and a few more come from anjuta-git.ui.
Created attachment 182643 [details] [review] Add translatable=yes attributes Also, there was an extra space at the end of this string, which I removed: "Repository head; Drop or type a different revision here " There was already an instance of this, without the space: one less string to translate ;).
Well, if we are at reducing the number of strings: + <property name="help_text" translatable="yes">Drop or enter revision here</property> Perhaps this could be the same as + <property name="help_text" translatable="yes">Drop or type a revision here</property> There are already two instances of this sentence.
Thanks. There was a little error in the patch which I corrected, please take some care when changing ui files by hand. I also merge the two strings mentioned above.