l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham
2018-01-21 23:26:38 -05:00
parent 0ffadafe3c
commit 1ea9721e90
11 changed files with 2 additions and 12 deletions

View File

@@ -229,7 +229,7 @@ int CmdCustom::execute (std::string& output)
}
else
{
context.footnote (STRING_FEEDBACK_NO_MATCH);
context.footnote ("No matches.");
rc = 1;
}