Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2009-05-27 20:47:50 +0000
committermkersten2009-05-27 20:47:50 +0000
commit3a13accd8c5cbe4c0eca42f88f83fd123e4c3940 (patch)
tree4144c3bffd6194eca1547679c5473ab2aa3e9b11 /org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties
parent36a7459813b3d3dcce8d325e4c5961a978c90817 (diff)
downloadorg.eclipse.mylyn.tasks-3a13accd8c5cbe4c0eca42f88f83fd123e4c3940.tar.gz
org.eclipse.mylyn.tasks-3a13accd8c5cbe4c0eca42f88f83fd123e4c3940.tar.xz
org.eclipse.mylyn.tasks-3a13accd8c5cbe4c0eca42f88f83fd123e4c3940.zip
RESOLVED - bug 248490: [patch] The I'm Feeling Lucky Task (Random Task)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248490
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties')
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties
index ffbc4a6e6..a4f65da3f 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties
@@ -139,11 +139,14 @@ TaskSelectionDialog_Deselect_Working_Set=&Deselect Working Set
TaskSelectionDialog_Edit_Active_Working_Set_=&Edit Active Working Set...
TaskSelectionDialog_New_Task_=&New Task...
TaskSelectionDialog_Open_with_Browser=Open with &Browser
+TaskSelectionDialog_Random_Task=I'm Feeling &Lazy
TaskSelectionDialog_Scanning_tasks=Scanning tasks
TaskSelectionDialog_Search_for_tasks=Search for tasks
TaskSelectionDialog_Select_Working_Set_=Select &Working Set...
TaskSelectionDialog_Selected_item_is_not_a_task=Selected item is not a task
TaskSelectionDialog_Show_Completed_Tasks=Show &Completed Tasks
+TaskSelectionDialogWithRandom_Feeling_Lazy_Error=Could not find a suitable low energy task.
+TaskSelectionDialogWithRandom_Feeling_Lazy_Tooltip=Select a low energy task based on priority and scheduling information
TaskWorkingSetAction_All=All
TaskWorkingSetAction_Deselect_All=Deselect All

Back to the top