From ab0cdce119c6e94b51db6809b32a375599e3063e Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 16 Oct 2014 19:46:22 -0500 Subject: [PATCH 1/3] Added key value pairs for making due a default --- locales/en/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/en/settings.json b/locales/en/settings.json index d91afee8d2..1ee21bf26c 100644 --- a/locales/en/settings.json +++ b/locales/en/settings.json @@ -8,6 +8,8 @@ "stickyHeaderPop": "Affix the header to the top of the screen. Unchecked means it scrolls out of view.", "newTaskEdit": "Open new tasks in edit mode", "newTaskEditPop": "With this option set, new tasks will immediately open for you to add details like notes and tags.", + "dailyDueDefaultView": "Set Dailies default to due tab", + "dailyDueDefaultViewPop": "With this option set, the Dailies tasks will default to 'Due' instead of 'All'" "startCollapsed": "Tag list in tasks starts collapsed", "startCollapsedPop": "With this option set, the list of task tags will be hidden when you first open a task for editing.", "startAdvCollapsed": "Advanced Options in tasks start collapsed", From 6d268cd69711b6b7ccf37abc2e8abb9fbcfb55a8 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 16 Oct 2014 20:24:47 -0500 Subject: [PATCH 2/3] Added missing comma --- locales/en/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/settings.json b/locales/en/settings.json index 1ee21bf26c..bc85f98762 100644 --- a/locales/en/settings.json +++ b/locales/en/settings.json @@ -9,7 +9,7 @@ "newTaskEdit": "Open new tasks in edit mode", "newTaskEditPop": "With this option set, new tasks will immediately open for you to add details like notes and tags.", "dailyDueDefaultView": "Set Dailies default to due tab", - "dailyDueDefaultViewPop": "With this option set, the Dailies tasks will default to 'Due' instead of 'All'" + "dailyDueDefaultViewPop": "With this option set, the Dailies tasks will default to 'Due' instead of 'All'", "startCollapsed": "Tag list in tasks starts collapsed", "startCollapsedPop": "With this option set, the list of task tags will be hidden when you first open a task for editing.", "startAdvCollapsed": "Advanced Options in tasks start collapsed", From 741b61d61ecaf07cd9c0feae595f496adc06212b Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 16 Oct 2014 21:06:22 -0500 Subject: [PATCH 3/3] Corrected casing to match the site --- locales/en/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/settings.json b/locales/en/settings.json index bc85f98762..f5395c6048 100644 --- a/locales/en/settings.json +++ b/locales/en/settings.json @@ -8,8 +8,8 @@ "stickyHeaderPop": "Affix the header to the top of the screen. Unchecked means it scrolls out of view.", "newTaskEdit": "Open new tasks in edit mode", "newTaskEditPop": "With this option set, new tasks will immediately open for you to add details like notes and tags.", - "dailyDueDefaultView": "Set Dailies default to due tab", - "dailyDueDefaultViewPop": "With this option set, the Dailies tasks will default to 'Due' instead of 'All'", + "dailyDueDefaultView": "Set Dailies default to 'due' tab", + "dailyDueDefaultViewPop": "With this option set, the Dailies tasks will default to 'due' instead of 'all'", "startCollapsed": "Tag list in tasks starts collapsed", "startCollapsedPop": "With this option set, the list of task tags will be hidden when you first open a task for editing.", "startAdvCollapsed": "Advanced Options in tasks start collapsed",