Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2022-02-25 07:31:22 +0000
committerSarika Sinha2022-02-28 07:06:46 +0000
commit7b32408331854245254b87c8dedbb0f45dca89c2 (patch)
tree865e6b13be3c804fd24efcac482b61515ec46170
parent3a0e0a44e414e8b0657ca28a04da46641acfbc14 (diff)
downloadeclipse.platform.debug-7b32408331854245254b87c8dedbb0f45dca89c2.tar.gz
eclipse.platform.debug-7b32408331854245254b87c8dedbb0f45dca89c2.tar.xz
eclipse.platform.debug-7b32408331854245254b87c8dedbb0f45dca89c2.zip
Bug 578526 - [Accessibility] Shortcut keys conflict in RunY20220228-0600I20220228-1800I20220228-0600
Configurations Removing Mnemonics for &Common as it's conflicts with &Copy: &Common >> Common :All other Tab don't have Mnemonics(since they are already accessible via Arrow keys) Change-Id: I921b8c6d1f2cd4891748a74b254d11442810941f Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191212 Tested-by: Sarika Sinha <sarika.sinha@in.ibm.com> Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
index 5a9456a68..958d33eb5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2021 IBM Corporation and others.
+# Copyright (c) 2000, 2022 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -16,7 +16,7 @@
###############################################################################
CommonTab__Browse_6=&Browse...
-CommonTab__Common_15=&Common
+CommonTab__Common_15=Common
CommonTab_Display_in_favorites_menu__10=Display in favo&rites menu
CommonTab_Invalid_shared_configuration_location_14=Invalid shared configuration location
CommonTab_Invalid_stdin_file_location_15=No file specified for process input

Back to the top