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 171654 - Message in gnome-keyring-manager needs translator comment
Message in gnome-keyring-manager needs translator comment
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:37 UTC by Christian Rose
Modified: 2005-03-26 00:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2005-03-25 22:37:16 UTC
#: src/gnome-keyring-manager-main-ui.c:484
#, c-format
msgid "%s Keyring"

What the %s refers to here is not at all obvious to me. Perhaps there should be
a translator comment (see
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#use-comments)
here, explaining what type of value the %s will be replaced with.
Comment 1 James Bowes 2005-03-26 00:42:57 UTC
%s refers to the name of the keyring. A translator comment has been added in HEAD.