GNOME Bugzilla – Bug 171654
Message in gnome-keyring-manager needs translator comment
Last modified: 2005-03-26 00:42:57 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.
%s refers to the name of the keyring. A translator comment has been added in HEAD.