Skip to content

Commit 4eef6e9

Browse files
Remove single-quote in debug preference
This commit will remove unwanted singlequote used in Run/Debug hyperlink in debug preference
1 parent c927f6c commit 4eef6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/DebugUIMessages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2000, 2024 IBM Corporation and others.
2+
# Copyright (c) 2000, 2026 IBM Corporation and others.
33
#
44
# This program and the accompanying materials
55
# are made available under the terms of the Eclipse Public License 2.0
@@ -357,7 +357,7 @@ JavaDebugPreferencePage_SuspendOnRecurrencePolicy_Always=Always
357357
JavaDebugPreferencePage_SuspendOnRecurrencePolicy_Unconfigured=Unconfigured
358358
JavaDebugPreferencePage_SuspendOnRecurrencePolicy_OnlyOnce=Only once
359359
JavaDebugPreferencePage_promptWhenDeletingCondidtionalBreakpoint=&Prompt for confirmation when deleting a conditional breakpoint from editor
360-
JavaDebugPreferencePage_0=See <a>''{0}''</a> for general debug settings.
360+
JavaDebugPreferencePage_0=See <a>{0}</a> for general debug settings.
361361
JavaDebugPreferencePage_advancedSourcelookup=Use &advanced source lookup (JRE 1.5 and higher)
362362
JavaDebugPreferencePage_listenToThreadNameChanges=L&isten to thread name changes
363363
JavaDebugPreferencePage_only_include_exported_entries=Onl&y include exported classpath entries when launching

0 commit comments

Comments
 (0)