From: Michael Adam Date: Fri, 26 Feb 2010 08:41:43 +0000 (+0100) Subject: s3:net: add i18n macro _() to one message X-Git-Tag: samba-3.6.0pre1~4828 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b828d4a9aaca2ca99454a1b3d3868915a53f8f;p=thirdparty%2Fsamba.git s3:net: add i18n macro _() to one message Michael --- diff --git a/source3/utils/net_registry.c b/source3/utils/net_registry.c index bf65c4de381..2ffc5f5a2c3 100644 --- a/source3/utils/net_registry.c +++ b/source3/utils/net_registry.c @@ -445,7 +445,7 @@ static WERROR net_registry_getsd_internal(struct net_context *c, } if (strlen(keyname) == 0) { - d_fprintf(stderr, "error: zero length key name given\n"); + d_fprintf(stderr, _("error: zero length key name given\n")); werr = WERR_INVALID_PARAM; goto done; }