From a5b19b1cddfc706b084bb9e2788edba0515ca2db Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 26 Jul 2017 13:27:34 +0200 Subject: [PATCH] add missing translations --- customize.dist/translations/messages.js | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 157678b20..9cceee9ff 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -482,6 +482,7 @@ define(function () { out.todo_newTodoNameTitle = "Add this task to your todo list"; out.todo_markAsCompleteTitle = "Mark this task as complete"; out.todo_markAsIncompleteTitle = "Mark this task as incomplete"; + out.todo_removeTaskTitle = "Remove this task from your todo list"; // general warnings out.warn_notPinned = "This pad is not in anyone's CryptDrive. It will expire after 3 months. Learn more...";