Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2012-03-14 19:20:52 +0000
committerDavid Green2012-03-14 19:20:52 +0000
commit43a1f32f2ef4bab9623fbf70651fcf36bc138782 (patch)
tree80449ee1d3b3d8d18eb96d253bb3d92fb8448ffd /org.eclipse.mylyn.tasks.index.core
parent3f028a97da934953415e71e2781deb73917859ce (diff)
downloadorg.eclipse.mylyn.tasks-43a1f32f2ef4bab9623fbf70651fcf36bc138782.tar.gz
org.eclipse.mylyn.tasks-43a1f32f2ef4bab9623fbf70651fcf36bc138782.tar.xz
org.eclipse.mylyn.tasks-43a1f32f2ef4bab9623fbf70651fcf36bc138782.zip
bug 373178: content assist for search index does not handle completions with spaces properly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373178 Change-Id: Iebf157c5534477e3bcfdb0f963b3025b691fd43a
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.core')
-rw-r--r--org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/messages.properties b/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/messages.properties
index a45088488..e7e5e641a 100644
--- a/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/messages.properties
+++ b/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/messages.properties
@@ -8,9 +8,9 @@
# Contributors:
# Tasktop Technologies - initial API and implementation
###############################################################################
-TaskListIndex_field_content=Content
-TaskListIndex_indexerJob=Task List Indexer
-TaskListIndex_task_rebuilding_index=Indexing tasks
+TaskListIndex_field_content=Content
+TaskListIndex_indexerJob=Task List Indexer
+TaskListIndex_task_rebuilding_index=Indexing tasks
TaskListIndex_task_rebuildingIndex=Rebuilding Task List Index
TaskListIndex_field_identifier=Identifier
TaskListIndex_field_person=Person

Back to the top