]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* src/implicit.c (pattern_search): Fix text for easier translation.
authorPaul Smith <psmith@gnu.org>
Sat, 27 Nov 2021 20:08:56 +0000 (15:08 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 28 Nov 2021 03:00:12 +0000 (22:00 -0500)
src/implicit.c

index a2888481ca5697085f072cb53307c1f10b03a5bd..4abd1ce969a79e683766b95ca6db660c0f755d2a 100644 (file)
@@ -848,8 +848,9 @@ pattern_search (struct file *file, int archive,
                   if (intermed_ok)
                     {
                       DBS (DB_IMPLICIT,
-                           (_("Looking for a rule with %s file '%s'.\n"),
-                            d->is_explicit ? "explicit" : "intermediate",
+                           (d->is_explicit
+                            ? _("Looking for a rule with explicit file '%s'.\n")
+                            : _("Looking for a rule with intermediate file '%s'.\n"),
                             d->name));
 
                       if (int_file == 0)