Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-05-05 19:16:36 +0000
committerMarkus Keller2015-05-05 19:16:36 +0000
commit136b59111ac5f9a699377fda82c785e4a6c377f9 (patch)
tree7e7f47613a31c04208dec8bd4b2a8cc052bfb70b
parent2bf6c75a08a17ddbaac9a876567e4177431def84 (diff)
downloadeclipse.jdt.debug-136b59111ac5f9a699377fda82c785e4a6c377f9.tar.gz
eclipse.jdt.debug-136b59111ac5f9a699377fda82c785e4a6c377f9.tar.xz
eclipse.jdt.debug-136b59111ac5f9a699377fda82c785e4a6c377f9.zip
- added missing space at end of label
-rw-r--r--org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREMessages.properties b/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREMessages.properties
index 9becfbca4..7c2f6a651 100644
--- a/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREMessages.properties
+++ b/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREMessages.properties
@@ -133,7 +133,7 @@ VMTypePage_1=Select the type of JRE to add to the workspace.
VMTypePage_2=JRE Type
VMTypePage_3=Installed JRE &Types:
-VMExternalAnnsBlock_1=External annotations:
+VMExternalAnnsBlock_1=External annotations:
VMExternalAnnsBlock_2=(none)
VMExternalAnnsBlock_3=E&xternal annotations...
VMExternalAnnsBlock_4=Select to add the external annotations file or directory to the selected library

Back to the top