Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-05-12 12:23:58 +0000
committerDani Megert2004-05-12 12:23:58 +0000
commitf6e3db4a7bd1d4798e2d31b1e9e675002198a05e (patch)
tree8095d9d2bcd9c632ec71eb68f6a20af6ac500e39 /org.eclipse.ui.workbench.texteditor/plugin.properties
parentf72c66c035f72527d1bd2477611c4ec34fa5a4fc (diff)
downloadeclipse.platform.text-f6e3db4a7bd1d4798e2d31b1e9e675002198a05e.tar.gz
eclipse.platform.text-f6e3db4a7bd1d4798e2d31b1e9e675002198a05e.tar.xz
eclipse.platform.text-f6e3db4a7bd1d4798e2d31b1e9e675002198a05e.zip
SI spelling fixes
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties32
1 files changed, 16 insertions, 16 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index cfa562ad92c..f55d02fa2eb 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -22,15 +22,15 @@ onlyShowSelectedElement.tooltip= Show Selected Element Only
onlyShowSelectedElement.description= Show Selected Element Only
smartEnter.label= Insert Line Below Current Line
-smartEnter.description= Adds a new line below the current one
+smartEnter.description= Adds a new line below the current line
smartEnterInverse.label= Insert Line Above Current Line
-smartEnterInverse.description= Adds a new line above the current one
+smartEnterInverse.description= Adds a new line above the current line
moveLineUp.label= Move Lines Up
-moveLineUp.description= Moves the selected lines upwards
+moveLineUp.description= Moves the selected lines up
moveLineDown.label= Move Lines Down
-moveLineDown.description= Moves the selected lines downwards
+moveLineDown.description= Moves the selected lines down
copyLineUp.label= Duplicate Lines
-copyLineUp.description= Duplicates the selected lines but leaves the selection
+copyLineUp.description= Duplicates the selected lines and leaves the selection unchanged
copyLineDown.label= Copy Lines
copyLineDown.description= Duplicates the selected lines and moves the selection to the copy
upperCase.description= Changes the selection to upper case
@@ -75,33 +75,33 @@ command.findNext.description = Find next item
command.findNext.name = Find Next
command.findPrevious.description = Find previous item
command.findPrevious.name = Find Previous
-command.goToLine.description = Go to a certain line of text
+command.goToLine.description = Go to a specified line of text
command.goToLine.name = Go to Line
-command.lineDown.description = Go down a line of text
+command.lineDown.description = Go down one line of text
command.lineDown.name = Line Down
command.lineEnd.description = Go to the end of the line of text
command.lineEnd.name = Line End
command.lineStart.description = Go to the start of the line of text
command.lineStart.name = Line Start
-command.lineUp.description = Go up a line of text
+command.lineUp.description = Go up one line of text
command.lineUp.name = Line Up
command.nextColumn.description = Go to the next column
command.nextColumn.name = Next Column
command.nextWord.description = Go to the next word
command.nextWord.name = Next Word
-command.pageDown.description = Go down a page
+command.pageDown.description = Go down one page
command.pageDown.name = Page Down
-command.pageUp.description = Go up a page
+command.pageUp.description = Go up one page
command.pageUp.name = Page Up
command.previousColumn.description = Go to the previous column
command.previousColumn.name = Previous Column
command.previousWord.description = Go to the previous word
command.previousWord.name = Previous Word
-command.revertToSaved.description = Revert to the state after the most recent save operation
+command.revertToSaved.description = Revert to the last saved state
command.revertToSaved.name = Revert to Saved
-command.scrollLineDown.description = Scroll down a line of text
+command.scrollLineDown.description = Scroll down one line of text
command.scrollLineDown.name = Scroll Line Down
-command.scrollLineUp.description = Scroll up a line of text
+command.scrollLineUp.description = Scroll up one line of text
command.scrollLineUp.name = Scroll Line Up
command.selectAll.description = Select all
command.selectAll.name = Select All
@@ -109,7 +109,7 @@ command.selectLineDown.description = Extend the selection to the next line of te
command.selectLineDown.name = Select Line Down
command.selectLineEnd.description = Select to the end of the line of text
command.selectLineEnd.name = Select Line End
-command.selectLineStart.description = Select to the start of the line of text
+command.selectLineStart.description = Select to the beginning of the line of text
command.selectLineStart.name = Select Line Start
command.selectLineUp.description = Extend the selection to the previous line of text
command.selectLineUp.name = Select Line Up
@@ -123,7 +123,7 @@ command.selectPreviousColumn.description = Select the previous column
command.selectPreviousColumn.name = Select Previous Column
command.selectTextEnd.description = Select to the end of the text
command.selectTextEnd.name = Select Text End
-command.selectTextStart.description = Select to the start of the text
+command.selectTextStart.description = Select to the beginning of the text
command.selectTextStart.name = Select Text Start
command.selectWindowEnd.description = Select to the end of the window
command.selectWindowEnd.name = Select Window End
@@ -145,7 +145,7 @@ command.swapMark.description = Swap the mark with the cursor position
command.swapMark.name = Swap Mark
command.textEnd.description = Go to the end of the text
command.textEnd.name = Text End
-command.textStart.description = Go to the start of the text
+command.textStart.description = Go to the beginning of the text
command.textStart.name = Text Start
command.toggleOverwrite.description = Toggle overwrite mode
command.toggleOverwrite.name = Toggle Overwrite

Back to the top