Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2021-11-26 14:58:11 +0000
committerMatthias Becker2021-11-30 09:55:06 +0000
commitf6c15846e35998edd8ec6c8d4577abe0604f66bd (patch)
tree42ac9b9e676f1da375d465ea4c07de06cceec4ab
parentd2456ee7d800cd404697cd0c1c5101b09525977e (diff)
downloadeclipse.platform.debug-f6c15846e35998edd8ec6c8d4577abe0604f66bd.tar.gz
eclipse.platform.debug-f6c15846e35998edd8ec6c8d4577abe0604f66bd.tar.xz
eclipse.platform.debug-f6c15846e35998edd8ec6c8d4577abe0604f66bd.zip
Bug 577491: Labels should be in Sentence Style not Title CaseI20211201-1950I20211201-1800I20211130-1800I20211130-1100I20211130-1000
Labels should be in sentence style Also: Make some names like "Debug" view more obvious Change-Id: Ic8b50e5b464236363de885338867e8a40e91db6a Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/188189 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Wim Jongman <wim.jongman@remainsoftware.com> Reviewed-by: Matthias Becker <ma.becker@sap.com>
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
index 1cb992017..ca4b938b9 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
@@ -93,7 +93,7 @@ LaunchingPreferencePage_39=Launch the associated pro&ject
LaunchingPreferencePage_40=Launch Operation
LaunchingPreferencePage_41=La&unch the previously launched application
LaunchingPreferencePage_confirm_0=Prompt for confirmation when removin&g a configuration from the launch history
-LaunchingPreferencePage_42=Termin&ate and Relaunch while launching (Press 'Shift' to toggle during launch from menu and toolbar)
+LaunchingPreferencePage_42=Termin&ate and relaunch while launching (Press 'Shift' to toggle during launch from menu and toolbar)
ProcessPropertyPage_Command_Line__1=Co&mmand Line:
ProcessPropertyPage_0=Run-&at time:
@@ -133,7 +133,7 @@ StringVariablePreferencePage_23=Cannot overwrite read-only variable
StringVariablePreferencePage_22=A read-only variable named {0} already exists. Read-only variables can not be overwritten.
StringVariablePreferencePage_21=Problem creating variable
StringVariablePreferencePage_20=Variables cannot have an empty name.
-ViewManagementPreferencePage_0=The Debug View can automatically open and close views based on selection. Choose in which perspectives this feature should be enabled:
+ViewManagementPreferencePage_0=The 'Debug' view can automatically open and close views based on selection. Choose in which perspectives this feature should be enabled:
ViewManagementPreferencePage_1=View Management
ViewManagementPreferencePage_2=&Perspectives:
ViewManagementPreferencePage_3=Do &not automatically open/close views which have been manually closed/opened.

Back to the top