l10n: Eliminated STRING_CONFIG_DEPRECATED_COL

This commit is contained in:
Paul Beckingham
2018-01-20 12:49:38 -05:00
parent c0281b21f0
commit 58dce57b7e
10 changed files with 1 additions and 12 deletions

View File

@@ -29,7 +29,6 @@
#include <sstream>
#include <Context.h>
#include <format.h>
#include <i18n.h>
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
@@ -154,8 +153,7 @@ std::string legacyCheckForDeprecatedColumns ()
if (deprecated.size ())
{
out << STRING_CONFIG_DEPRECATED_COL
<< "\n";
out << "Your .taskrc file contains reports with deprecated columns. Please check for entry_time, start_time or end_time in:\n";
for (const auto& dep : deprecated)
out << " " << dep << "=" << context.config.get (dep) << "\n";