Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2015-07-31 17:49:54 +0000
committerDani Megert2015-07-31 17:49:54 +0000
commit9a90b44a0f0204bb5f781276c7b986e6bf5d2760 (patch)
treef1032621b18051b34565665d5b77848d7a70b06b
parent640a951fb3590b823fcfd721c565fbd88a9d2fe8 (diff)
downloadeclipse.platform.text-9a90b44a0f0204bb5f781276c7b986e6bf5d2760.tar.gz
eclipse.platform.text-9a90b44a0f0204bb5f781276c7b986e6bf5d2760.tar.xz
eclipse.platform.text-9a90b44a0f0204bb5f781276c7b986e6bf5d2760.zip
-rw-r--r--org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties b/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties
index 96813a10ee5..0b2129623f2 100644
--- a/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties
+++ b/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2015 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
@@ -54,7 +54,9 @@ TextEditorDefaultsPreferencePage_tab=Tab ( \u00bb )
TextEditorDefaultsPreferencePage_textDragAndDrop= Enable drag and dro&p of text
TextEditorDefaultsPreferencePage_trailing=Trailing
TextEditorPreferencePage_colorsAndFonts_link= More colors can be configured on the <a>'Colors and Fonts'</a> preference page.
-TextEditorPreferencePage_Font_link= See <a>'Colors and Fonts'</a> to configure the font.
+TextEditorPreferencePage_Font_link= Some editors may not honor all of these settings.\n\
+\n\
+See <a>'Colors and Fonts'</a> to configure the font.
TextEditorPreferencePage_selectionForegroundColor= Selection foreground color
TextEditorPreferencePage_selectionBackgroundColor= Selection background color

Back to the top