* src/implicit.c (pattern_search): Fix text for easier translation.

This commit is contained in:
Paul Smith 2021-11-27 15:08:56 -05:00
parent 3ecf97d3af
commit cefe747e85

View 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)