1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-23 23:33:01 +02:00

todo => to-do

This commit is contained in:
Laurent Cozic
2017-10-30 00:37:34 +00:00
parent 5a7028bd11
commit a43f5a1b53
10 changed files with 17 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ class Command extends BaseCommand {
}
description() {
return _('<todo-command> can either be "toggle" or "clear". Use "toggle" to toggle the given todo between completed and uncompleted state (If the target is a regular note it will be converted to a todo). Use "clear" to convert the todo back to a regular note.');
return _('<todo-command> can either be "toggle" or "clear". Use "toggle" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use "clear" to convert the to-do back to a regular note.');
}
async action(args) {