X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fnames.c;h=1146020b2458f5a07fa5c534ea1511e596f3b703;hb=9a3e8a6f4374901c386821a0e08184f369141df4;hp=ef011b70d0ea56315ea99090a43066ab0bda2bf1;hpb=28f2669b15f2ddf5a25e4d7a7f36023ae0268c8b;p=chaz%2Ftar diff --git a/src/names.c b/src/names.c index ef011b7..1146020 100644 --- a/src/names.c +++ b/src/names.c @@ -598,13 +598,10 @@ regex_usage_warning (const char *name) { warned_once = 1; WARN ((0, 0, - /* TRANSLATORS: The following three msgids form a single sentence. - */ - _("Pattern matching characters used in file names. Please,"))); + _("Pattern matching characters used in file names"))); WARN ((0, 0, - _("use --wildcards to enable pattern matching, or --no-wildcards to"))); - WARN ((0, 0, - _("suppress this warning."))); + _("Use --wildcards to enable pattern matching," + " or --no-wildcards to suppress this warning"))); } }