[cups.bugs] [LOW] STR #1814: cupsaddsmb misses to print one localized message

kmuto.debian kmuto at debian.org
Sat Jul 1 04:43:54 PDT 2006


[STR New]

Hi,

I noticed cupsaddsmb command won't use localized message for "Password for
%s required to access %s via SAMBA: ".
systemv/cupsaddsmb.c uses snprintf and _(), but it looks _() will just
ignore on CUPS and needs another wrapper _cupsLangSnprintf like
_cupsLangPrintf.
----------------------
snprintf(prompt, sizeof(prompt),
               _("Password for %s required to access %s via SAMBA: "),
               SAMBAUser, SAMBAServer);
----------------------

Link: http://www.cups.org/str.php?L1814
Version: 1.2-current





More information about the cups mailing list