mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_EDIT_TABLE_HEADER
This commit is contained in:
parent
e8f1da6417
commit
6da0d8af95
10 changed files with 2 additions and 38 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue