Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-11-29 08:43:11 +0000
committerAlexander Kurtakov2017-12-01 08:01:32 +0000
commit1ee194e213ba0ebcad498da3abbd8f4677bd8f47 (patch)
treebf8a268a021026f9a69e1260fd0de6d0be1e8d44
parent13f734bdd7951d8b59cfd73ae8cbc2793f76bf0f (diff)
downloadeclipse.platform.text-1ee194e213ba0ebcad498da3abbd8f4677bd8f47.tar.gz
eclipse.platform.text-1ee194e213ba0ebcad498da3abbd8f4677bd8f47.tar.xz
eclipse.platform.text-1ee194e213ba0ebcad498da3abbd8f4677bd8f47.zip
Bug 527903 - Changed NewUntitledTextFile.descriptionI20171201-0600I20171201-0345
Harmonized wording with other wizards. Change-Id: Ife47e51f2acdbba4247dcf8027bc5564b31f474c Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
-rw-r--r--org.eclipse.ui.editors/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/plugin.properties b/org.eclipse.ui.editors/plugin.properties
index db71ce5f3dc..7fb7edc97da 100644
--- a/org.eclipse.ui.editors/plugin.properties
+++ b/org.eclipse.ui.editors/plugin.properties
@@ -30,7 +30,7 @@ removeTrailingWhitespace.name= Remove Trailing Whitespace
removeTrailingWhitespace.description= Removes the trailing whitespace of each line
NewUntitledTextFile.label= Untitled Text File
-NewUntitledTextFile.description= Creates an empty untitled text file
+NewUntitledTextFile.description= Create an empty untitled text file
ActionDefinition.quickDiff.name= Quick Diff Toggle
ActionDefinition.quickDiff.description= Toggles quick diff information display on the line number ruler

Back to the top