GNOME Bugzilla – Bug 607145
[patch] Split label title to be able to remove markup from translatable content
Last modified: 2010-02-07 18:23:49 UTC
Created attachment 151538 [details] [review] Split label title and content I'm suggesting to split label title from main label in gkd prompt ui, so as we can remove the terrible "<span size=\"large\" weight=\"bold\">" from the translatable content.
Comment on attachment 151538 [details] [review] Split label title and content Well, I just realized that the string is also manipulated at runtime (in gdk-prompt-tool.c). If it is always set at runtime, we should simply set the translatable property of the label string to 'no'. Could you confirm that?
I also think that checkbox and radio button labels should not have an ending full stop (Details section on the same dialog).
Ping, this would be rather nice to resolve before string freeze.
Done. Thanks!