diff options
| author | Dani Megert | 2016-01-27 14:09:13 +0000 |
|---|---|---|
| committer | Dani Megert | 2016-01-27 14:09:13 +0000 |
| commit | 0b0e896686eb8ea47975adec07ec042b6a717353 (patch) | |
| tree | 84790fea20ac0aff752241a37f2de7144b889fc2 | |
| parent | e0ebfe0287080b001b3133bd612f5034f487bd5e (diff) | |
| download | eclipse.platform.ui-0b0e896686eb8ea47975adec07ec042b6a717353.tar.gz eclipse.platform.ui-0b0e896686eb8ea47975adec07ec042b6a717353.tar.xz eclipse.platform.ui-0b0e896686eb8ea47975adec07ec042b6a717353.zip | |
Fixed bug 486649: Open unknown files with 'System editor' does not reflect the actual behavior
| -rw-r--r-- | bundles/org.eclipse.ui.ide/plugin.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.ide/plugin.properties b/bundles/org.eclipse.ui.ide/plugin.properties index f2145fd88b2..973541cd1bd 100644 --- a/bundles/org.eclipse.ui.ide/plugin.properties +++ b/bundles/org.eclipse.ui.ide/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2015 IBM Corporation and others. +# Copyright (c) 2000, 2016 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -321,6 +321,6 @@ menu.window.appearance.label=Appearance menu.window.appearance.mnemonic=a menu.window.appearance.tooltip=Change appearance of Windows and Toolbars -systemEditorThenTextEditor=System editor +systemEditorThenTextEditor=System Editor; if none: Text Editor askUserViaPopup=Ask via pop-up textEditor=Text editor |
