GNOME Bugzilla – Bug 122805
Remove unnecessary markup from glade messages in libgnomesu
Last modified: 2005-01-07 13:05:03 UTC
#: src/ui/su.glade.h:2 src/ui/sudo.glade.h:2 msgid "" "<span style=\"italic\" weight=\"bold\">Please wait, verifying password...</" "span>" #: src/ui/su.glade.h:3 msgid "" "<span weight=\"bold\">The requested action needs superuser (root) privileges." "</span>\n" #: src/ui/sudo.glade.h:3 msgid "" "<span weight=\"bold\">The requested action needs autentication.</span>\n" "Please enter your password and click Run to continue." This use of markup inside messages marked for translation is totally unnecessary, and a problem for the translation process. For details, see the problem description in bug 96836 or http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#avoid-markup. Since these are glade messages, I'll mark it dependant on the glade bug 97061 in the mean time.
I'm moving away from Glade by using the new GnomesuAuthDialog class.
sudo backend removed.