From da06944678c918e608906317d9d1fd993160d3dc Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Wed, 24 Jun 2009 10:11:08 +0000 Subject: [PATCH] Adjusted preference label, bug 279620. --- .../src/org/eclipse/cdt/ui/dialogs/DialogsMessages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/DialogsMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/DialogsMessages.properties index 6521ff61578..f415fe0cdc9 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/DialogsMessages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/DialogsMessages.properties @@ -37,7 +37,7 @@ DocCommentOwnerComposite_DocumentationToolGroupTitle=Documentation tool comments IndexerStrategyBlock_strategyGroup=Indexing strategy IndexerStrategyBlock_autoUpdate=Automatically update the index IndexerBlock_fixedBuildConfig=Use a fixed build configuration -IndexerStrategyBlock_immediateUpdate=Update index immediately after every file-change +IndexerStrategyBlock_immediateUpdate=Update index immediately after every file-save IndexerStrategyBlock_buildConfigGroup=Build configuration for the indexer IndexerStrategyBlock_activeBuildConfig=Use active build configuration IndexerStrategyBlock_specificBuildConfig=Use the build configuration specified in the project's indexer settings