Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core')
-rw-r--r--core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
index a3c72e884be..1553b171740 100644
--- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
+++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
@@ -16,7 +16,7 @@
# Martin Oberhuber (Wind River) - [303083] Split out the Spawner
###############################################################################
ACBuilder.ProblemsView.Location=line {0}, external location: {1}
-CBuilder.build_error= Build Error
+CBuilder.build_error= Build Error\u0009
CoreModel.BinaryRunner.Binary_Search_Thread=Searching for Binaries
CoreModel.CModelBuilder.Parser_Construction_Failure=Parser/Scanner construction failure.
CoreModel.CModelBuilder.Parse_Failure=Parse failure
@@ -79,7 +79,7 @@ DOMIndexerMarker.EmptyScannerInfo=File not indexed because it was not built
dom.languageError=Language not found
indexer.notFound = Indexer not found
-pdom.DatabaseTooLarge=PDOM Database has grown too large (> {1} bytes): {0}
+pdom.DatabaseTooLarge=PDOM Database has grown too large (> {1} bytes): {0}\u0020
pdom.indexer.name=C/C++ Indexer
pdom.indexer.task=Indexing
PDOMIndexerJob.updateMonitorJob=Update Monitor

Back to the top