mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
l10n: Eliminated STRING_CONFIG_DEPRECATED_VAR
This commit is contained in:
parent
3724b91dc4
commit
8d302d98c5
10 changed files with 1 additions and 11 deletions
|
@ -121,8 +121,7 @@ std::string legacyCheckForDeprecatedVariables ()
|
|||
std::stringstream out;
|
||||
if (deprecated.size ())
|
||||
{
|
||||
out << STRING_CONFIG_DEPRECATED_VAR
|
||||
<< "\n";
|
||||
out << "Your .taskrc file contains variables that are deprecated:\n";
|
||||
|
||||
for (const auto& dep : deprecated)
|
||||
out << " " << dep << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue