[386967] WSW38 TVT Possible non-externalized strings - Insert single proposals
diff --git a/bundles/org.eclipse.wst.html.ui/src/org/eclipse/wst/html/ui/internal/preferences/ui/HTMLContentAssistPreferencePage.java b/bundles/org.eclipse.wst.html.ui/src/org/eclipse/wst/html/ui/internal/preferences/ui/HTMLContentAssistPreferencePage.java
index 57d5d37..613e816 100644
--- a/bundles/org.eclipse.wst.html.ui/src/org/eclipse/wst/html/ui/internal/preferences/ui/HTMLContentAssistPreferencePage.java
+++ b/bundles/org.eclipse.wst.html.ui/src/org/eclipse/wst/html/ui/internal/preferences/ui/HTMLContentAssistPreferencePage.java
@@ -74,7 +74,7 @@
 		
 		group.setText(XMLUIMessages.Group_label_Insertion);
 		
-		fInsertSingleProposals = createCheckBox(group, "Insert single proposals automatically");
+		fInsertSingleProposals = createCheckBox(group, XMLUIMessages.Insert_single_proposals);
 		((GridData) fInsertSingleProposals.getLayoutData()).horizontalSpan = 2;
 	}