From 5b0ba98eb34dafc5cc7b70050f9ec87f255641cd Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Sun, 10 Oct 2010 22:42:49 +0200 Subject: [PATCH 1/1] various text corrections --- comingNext/localizedTextStrings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comingNext/localizedTextStrings.js b/comingNext/localizedTextStrings.js index 64f1330..c22111d 100644 --- a/comingNext/localizedTextStrings.js +++ b/comingNext/localizedTextStrings.js @@ -39,10 +39,10 @@ localizedText['settings.info.showNowAsText'] = 'if enabled, the appointment time localizedText['settings.name.nowText'] = '"Now" Text'; localizedText['settings.info.nowText'] = 'text to display for "Now"'; localizedText['settings.default.nowText'] = 'Now'; -localizedText['settings.name.markOverdueTodos'] = 'Mark overdue ToDos'; -localizedText['settings.info.markOverdueTodos'] = 'Mark overdue todos with a different color'; +localizedText['settings.name.markOverdueTodos'] = 'Mark Overdue ToDos'; +localizedText['settings.info.markOverdueTodos'] = 'mark todo items with a different color if they are overdue'; localizedText['settings.name.overdueText'] = '"Overdue" Text'; -localizedText['settings.info.overdueText'] = 'text to display for overdue todos'; +localizedText['settings.info.overdueText'] = 'text to display for "Overdue" todos'; localizedText['settings.default.overdueText'] = 'Overdue'; localizedText['settings.name.dateSeparator'] = 'Date Separator'; localizedText['settings.info.dateSeparator'] = 'separator for dates. e.g. "31.12" or "31/12"'; -- 2.39.2