l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham
2018-01-21 19:35:23 -05:00
parent a7b915299a
commit 42a9352f48
11 changed files with 10 additions and 92 deletions

View File

@@ -649,7 +649,7 @@ void CLI2::prepareFilter ()
}
if (combined.size ())
context.footnote (std::string (STRING_COLUMN_LABEL_FILTER) + ": " + combined);
context.footnote (std::string ("Filter: ") + combined);
}
}