From b7899bb121c496f95f3d6f071bc38e493f15370b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 17 Feb 2010 16:48:34 +0200 Subject: [PATCH] Minor change. * src/names.c (regex_usage_warning): Fix warning message. --- src/names.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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"))); } } -- 2.44.0