Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index 1037677e905..b253b7e5b82 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -489,7 +489,7 @@
definitionId="org.eclipse.ui.edit.text.delimiter.windows"
label="%convertDelimiters.Windows.label"
class="org.eclipse.ui.internal.editors.text.ConvertLineDelimitersToWindows"
- tooltip="%convertDelimiters.Unix.description"
+ tooltip="%convertDelimiters.Windows.description"
menubarPath="file/converstLineDelimitersTo/lineDelimitersConversion"
id="org.eclipse.ui.edit.text.delimiter.windows">
</action>

Back to the top