]> Dogcows Code - chaz/tar/commitdiff
Minor change.
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 17 Feb 2010 14:48:34 +0000 (16:48 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 17 Feb 2010 14:48:34 +0000 (16:48 +0200)
* src/names.c (regex_usage_warning): Fix warning message.

src/names.c

index ef011b70d0ea56315ea99090a43066ab0bda2bf1..1146020b2458f5a07fa5c534ea1511e596f3b703 100644 (file)
@@ -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")));
     }
 }
 
This page took 0.022807 seconds and 4 git commands to generate.