mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
I18N
- Minor L10N edits and changes arising from the task-ref.pdf effort.
This commit is contained in:
parent
348a75d216
commit
4a98cfa62b
5 changed files with 8 additions and 8 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <Duration.h>
|
||||
#include <Context.h>
|
||||
#include <i18n.h>
|
||||
#include <text.h>
|
||||
#include <util.h>
|
||||
#include <main.h>
|
||||
|
@ -42,8 +43,7 @@ CmdEdit::CmdEdit ()
|
|||
{
|
||||
_keyword = "edit";
|
||||
_usage = "task <filter> edit";
|
||||
_description = "Launches an editor to let you modify all aspects of a task "
|
||||
"directly, therefore it is to be used carefully.";
|
||||
_description = STRING_CMD_EDIT_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = true;
|
||||
}
|
||||
|
@ -144,7 +144,7 @@ std::string CmdEdit::formatTask (Task task)
|
|||
if (verbose)
|
||||
before << "# The 'task edit <id>' command allows you to modify all aspects of a task\n"
|
||||
<< "# using a text editor. Below is a representation of all the task details.\n"
|
||||
<< "# Modify what you wish, and when you save and quit your editor, \n"
|
||||
<< "# Modify what you wish, and when you save and quit your editor,\n"
|
||||
<< "# taskwarrior will read this file, determine what changed, and apply\n"
|
||||
<< "# those changes. If you exit your editor without saving or making\n"
|
||||
<< "# modifications, taskwarrior will do nothing.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue