Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-05-12 11:01:50 +0000
committerDani Megert2004-05-12 11:01:50 +0000
commit31397f29fc902b892be24bd32b00a51d0e0ab308 (patch)
treedf92bc4bef53de891a6b91d0247ac85c9ada2545
parent42845924db45a8cc4f95e3158918d44e88ad2587 (diff)
downloadeclipse.platform.text-31397f29fc902b892be24bd32b00a51d0e0ab308.tar.gz
eclipse.platform.text-31397f29fc902b892be24bd32b00a51d0e0ab308.tar.xz
eclipse.platform.text-31397f29fc902b892be24bd32b00a51d0e0ab308.zip
SI spelling fixes
-rw-r--r--org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties2
-rw-r--r--org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/TextEditorMessages.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties b/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties
index d2e77d7e7c3..d4b653d5c34 100644
--- a/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties
+++ b/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties
@@ -51,7 +51,7 @@ QuickDiffConfigurationBlock.deletionColor= De&letions:
OpenExternalFileAction.dialog.text=Open External File
OpenExternalFileAction.FileNotFound={0}\nFile not found.
OpenExternalFileAction.SelectWorkspaceFile=Select Workspace File
-OpenExternalFileAction.FileLinkedtoMultiple=The selected file is referenced by multiple linked resources in the workspace.\nPlease select the workspace resource you want to use to open the file.
+OpenExternalFileAction.FileLinkedtoMultiple=The selected file is referenced by multiple linked resources in the workspace.\nSelect a workspace resource to open the file.
AnnotationConfigurationBlock.description= General annotation settings.
AnnotationConfigurationBlock.annotationPresentationOptions= Annotation &presentation:
diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/TextEditorMessages.properties b/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/TextEditorMessages.properties
index 9150ab0890c..81c3cdba78e 100644
--- a/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/TextEditorMessages.properties
+++ b/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/TextEditorMessages.properties
@@ -47,7 +47,7 @@ Editor.ManageBookmarks.add.dialog.message=Enter Bookmark name:
Editor.ManageBookmarks.error.dialog.title=Managing Bookmarks
Editor.ManageBookmarks.error.dialog.message=Problems managing bookmarks
-Editor.SelectMarker.tooltip=Selects the marker's range
+Editor.SelectMarker.tooltip=Selects the Marker's Range
Editor.SelectMarker.image=
Editor.SelectMarker.description=Selects the Marker's Range
Editor.SelectMarker.label=Select &Marker Range

Back to the top