GNOME Bugzilla – Bug 166766
Simplify about windows
Last modified: 2015-03-24 13:00:49 UTC
1. simply use _("translator-credits") 2. the name of the property is "logo-icon-name", not "logo_icon_name"
Created attachment 37232 [details] [review] The proposed patch WARNING: I didn't test it. It should works, but could be typos.
Luca: I don't understand the reason for the first change. If "translator-credits" is not translated, then why show "translator-credits"?
Vincent: read the GTK+ dev docd. A little quote <quote> It is a good idea to use the customary msgid "translator-credits" for this purpose, since translators will already know the purpose of that msgid, and since GtkAboutDialog will detect if "translator-credits" is untranslated and hide the tab. </quote>
Thanks