Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-05-12 11:11:18 +0000
committerDani Megert2004-05-12 11:11:18 +0000
commite14ac2a25a6b80a9a0dccb921b484ad7a1cb286f (patch)
tree7dacff6d5ab4b469fc009da9fdccb1f0f4e7953f /org.eclipse.ui.editors/plugin.properties
parent31397f29fc902b892be24bd32b00a51d0e0ab308 (diff)
downloadeclipse.platform.text-e14ac2a25a6b80a9a0dccb921b484ad7a1cb286f.tar.gz
eclipse.platform.text-e14ac2a25a6b80a9a0dccb921b484ad7a1cb286f.tar.xz
eclipse.platform.text-e14ac2a25a6b80a9a0dccb921b484ad7a1cb286f.zip
SI spelling fixes
Diffstat (limited to 'org.eclipse.ui.editors/plugin.properties')
-rw-r--r--org.eclipse.ui.editors/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.editors/plugin.properties b/org.eclipse.ui.editors/plugin.properties
index 360553b170e..74e98e3df46 100644
--- a/org.eclipse.ui.editors/plugin.properties
+++ b/org.eclipse.ui.editors/plugin.properties
@@ -36,7 +36,7 @@ command.utf_8.name = UTF-8 Encoding
openExternalFile.label= Open External File...
openExternalFile.description= Opens an External File
ActionDefinition.quickDiff.name= Quick Diff Toggle
-ActionDefinition.quickDiff.description= Toggles display of quick diff information on the line number ruler
+ActionDefinition.quickDiff.description= Toggles quick diff information display on the line number ruler
Editors.DefaultTextEditor= Text Editor
PreferencePages.TextEditor= Text Editor
@@ -63,7 +63,7 @@ goToNextAnnotation.tooltip= Go to Next Annotation
errors.label= Errors
warnings.label= Warnings
-infos.label= Infos
+infos.label= Info
tasks.label= Tasks
bookmarks.label= Bookmarks
changes.label= Diff Changes

Back to the top