After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171656 - Make markup messages in gnome-keyring-manager consistent
Make markup messages in gnome-keyring-manager consistent
Status: RESOLVED FIXED
Product: gnome-keyring-manager
Classification: Deprecated
Component: general
CVS HEAD
Other All
: Normal normal
: ---
Assigned To: Keyring manager maintainers
Keyring manager maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-25 22:48 UTC by Christian Rose
Modified: 2005-03-26 00:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2005-03-25 22:48:45 UTC
#: data/gnome-keyring-manager.glade.h:10
msgid "<b>_Username:</b>"

#: data/gnome-keyring-manager.glade.h:11
msgid "<span weight=\"bold\">Confirm P_assword:</span>"

#: data/gnome-keyring-manager.glade.h:12
msgid "<span weight=\"bold\">Keyring _Name:</span>"

#: data/gnome-keyring-manager.glade.h:13
msgid "<span weight=\"bold\">Keyring _Password:</span>"

We all now that Glade shouldn't put surrounding markup which, from a translation
perspective, is useless junk inside translateable messages (see bug 97061). 

Nevertheless Glade does so, so please make the markup consistent and reduce the
useless markup pain to a minimum for translators. There's no need to write both
ways with both '<span weight=\"bold\"></span>' and "<b></b>". Please just use
"<b></b>" which reduces the useless markup pain to a minimum. Don't use the
'<span weight=\"bold\"></span>' which is excessively verbose and thereby making
the problem even worse.
Comment 1 James Bowes 2005-03-26 00:43:13 UTC
All of the spans have been removed in HEAD.