Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2008-04-10 05:43:29 +0000
committerSergey Prigogin2008-04-10 05:43:29 +0000
commit94a11113b458a466cf7c358fb5d61dc81b55a1b5 (patch)
treeb0953cdb2182fa3c9ac0a491351d7e12e185b69d /core/org.eclipse.cdt.ui
parentf58850d5baca3b69696548961025cb60c5ac89d6 (diff)
downloadorg.eclipse.cdt-94a11113b458a466cf7c358fb5d61dc81b55a1b5.tar.gz
org.eclipse.cdt-94a11113b458a466cf7c358fb5d61dc81b55a1b5.tar.xz
org.eclipse.cdt-94a11113b458a466cf7c358fb5d61dc81b55a1b5.zip
UI label adjustments.
Diffstat (limited to 'core/org.eclipse.cdt.ui')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
index 9da083a9487..68398bdc37e 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
@@ -326,9 +326,9 @@ ProposalFilterPreferencesUtil_defaultFilterName=<Default Filter>
# C/C++ Preferences
CPluginPreferencePage_0=Build scope
-CPluginPreferencePage_1=Commands 'Build project', 'Build All', 'Build Working Set' should...
-CPluginPreferencePage_2=build a&ctive configuration in each project
-CPluginPreferencePage_3=build a&ll configurations in each project
+CPluginPreferencePage_1=Commands 'Build project', 'Build All', 'Build Working Set':
+CPluginPreferencePage_2=Build a&ctive configuration in each project
+CPluginPreferencePage_3=Build &all configurations in each project
CPluginPreferencePage_4=This feature is applicable only to projects that support separate configurations.
CPluginPreferencePage_caption= General settings for C/C++ Development:
CPluginPreferencePage_structuralParseMode_label= &Follow unindexed header files when producing the outline view

Back to the top