Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2009-05-28 17:36:44 +0000
committerDani Megert2009-05-28 17:36:44 +0000
commite5a46973656cc43851050c19e25a74142e41042f (patch)
tree1f727abc975adc4f5790318c6a8d319a16540945
parent4817090fdb7ad0db81c2990a373a86cb96109e53 (diff)
downloadeclipse.platform.text-e5a46973656cc43851050c19e25a74142e41042f.tar.gz
eclipse.platform.text-e5a46973656cc43851050c19e25a74142e41042f.tar.xz
eclipse.platform.text-e5a46973656cc43851050c19e25a74142e41042f.zip
*** empty log message ***v20091215-0800bv20090528-2000
-rw-r--r--org.eclipse.ui.examples.javaeditor/Eclipse Java Editor Example/org/eclipse/ui/examples/javaeditor/JavaEditorMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/Eclipse Java Editor Example/org/eclipse/ui/examples/javaeditor/JavaEditorMessages.properties b/org.eclipse.ui.examples.javaeditor/Eclipse Java Editor Example/org/eclipse/ui/examples/javaeditor/JavaEditorMessages.properties
index d1610e1ead2..8a61c53ebe1 100644
--- a/org.eclipse.ui.examples.javaeditor/Eclipse Java Editor Example/org/eclipse/ui/examples/javaeditor/JavaEditorMessages.properties
+++ b/org.eclipse.ui.examples.javaeditor/Eclipse Java Editor Example/org/eclipse/ui/examples/javaeditor/JavaEditorMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2005 IBM Corporation and others.
+# Copyright (c) 2000, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -38,7 +38,7 @@ AutoIndent.error.bad_location_2=JavaAutoIndentStrategy.calcShiftBackReplace: Bad
CompletionProcessor.ContextInfo.display.pattern=proposal {0} at position {1}
CompletionProcessor.ContextInfo.value.pattern=proposal {0} valid from {1} to {2}
-CompletionProcessor.Proposal.ContextInfo.pattern={0} valid 5 characters around insertion point
+CompletionProcessor.Proposal.ContextInfo.pattern={0} - valid 5 characters around insertion point
CompletionProcessor.Proposal.hoverinfo.pattern=Java keyword: {0}
JavaTextHover.emptySelection=empty selection

Back to the top