l10n: Eliminated STRING_EDIT_TABLE_HEADER

This commit is contained in:
Paul Beckingham 2018-01-20 12:59:45 -05:00
parent e8f1da6417
commit 6da0d8af95
10 changed files with 2 additions and 38 deletions

View file

@ -216,8 +216,8 @@ std::string CmdEdit::formatTask (Task task, const std::string& dateformat)
<< "# " << STRING_EDIT_HEADER_12 << '\n'
<< "#\n";
before << "# " << STRING_EDIT_TABLE_HEADER_1 << '\n'
<< "# " << STRING_EDIT_TABLE_HEADER_2 << '\n'
before << "# Name Editable details\n"
<< "# ----------------- ----------------------------------------------------\n"
<< "# ID: " << task.id << '\n'
<< "# UUID: " << task.get ("uuid") << '\n'
<< "# Status: " << Lexer::ucFirst (Task::statusToText (task.getStatus ())) << '\n'