Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index fea5ab02b1a..3f412390127 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -65,8 +65,8 @@ upperCase.label= To Upper Case
lowerCase.description= Changes the selection to lower case
lowerCase.label= To Lower Case
-goToLastEditPosition.label= Last Edit Location
-goToLastEditPosition.description= Last edit location
+goToLastEditPosition.label= Previous Edit Location
+goToLastEditPosition.description= Previous edit location
goToNextEditPosition.label= Next Edit Location
goToNextEditPosition.description= Next edit location
@@ -199,4 +199,4 @@ SpellingEngine= Spelling Engine
blockSelectionModeFont.label= Text Editor Block Selection Font
blockSelectionModeFont.description= The block selection mode font is used by text editors in block (column) mode. A monospace font should be used.
-MinimapView.name=Minimap \ No newline at end of file
+MinimapView.name=Minimap

Back to the top