Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-12-03 11:20:53 +0000
committerMickael Istria2019-12-03 11:22:20 +0000
commit270d0a87582bec3aba18c7f67e81dcca87231424 (patch)
tree3ae1063bef61bd3c22ef23f438005c5028608168
parente15d2d3e195388904d8940cf6bbb650ad4e9f145 (diff)
downloadeclipse.platform.text-270d0a87582bec3aba18c7f67e81dcca87231424.tar.gz
eclipse.platform.text-270d0a87582bec3aba18c7f67e81dcca87231424.tar.xz
eclipse.platform.text-270d0a87582bec3aba18c7f67e81dcca87231424.zip
Bug 553691 - Code Minings for Annotations pref use sentence style and
have a mnemonic Change-Id: Icba4749cb8741f93eba3a26a8ee7270dfc0bc9f1 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties4
1 files changed, 2 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 9d012b9fcc2..c7a52491040 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
@@ -39,14 +39,14 @@ TextEditorPreferencePage_accessibility_wideCaret= &Enable thick caret
TextEditorPreferencePage_accessibility_useSaturatedColorsInOverviewRuler=U&se saturated colors in overview ruler
TextEditorDefaultsPreferencePage_carriageReturn=Carriage Return ( \u00a4 )
TextEditorDefaultsPreferencePage_transparencyLevel=&Transparency level (0 is transparent and 255 is opaque):
-TextEditorDefaultsPreferencePage_codeMinings_description=How annotations should be shown in-line in text editors which support Code Minings
+TextEditorDefaultsPreferencePage_codeMinings_description=How annotations should be shown in-line in text editors which support code minings
TextEditorDefaultsPreferencePage_codeMinings_error=Errors only
TextEditorDefaultsPreferencePage_codeMinings_ErrorWarnings=Errors and Warnings
TextEditorDefaultsPreferencePage_codeMinings_ErrorWarningsInfo=Errors, Warnings and Infos
TextEditorDefaultsPreferencePage_codeMinings_max=Maximum annotations shown:
TextEditorDefaultsPreferencePage_codeMinings_max_description=Limits the number of shown annotations to prevent performance issues
TextEditorDefaultsPreferencePage_codeMinings_none=None
-TextEditorDefaultsPreferencePage_codeMinings_show=Show Code Minings for Annotations:
+TextEditorDefaultsPreferencePage_codeMinings_show=Show code minings &for problem annotations:
TextEditorDefaultsPreferencePage_configureWhitespaceCharacterPainterProperties=Configure visibility of whitespace characters in different regions of a line of text:
TextEditorDefaultsPreferencePage_deleteSpacesAsTabs=Remove &multiple spaces on backspace/delete
TextEditorDefaultsPreferencePage_enclosed=Enclosed

Back to the top