Skip to content

Commit 1eead54

Browse files
committed
PreferencePageParameterValues_pageLabelSeparator add trailing space
- This property is supposed to have a training space which was specified by `\ ` but the space as removed which then continues the property value onto the next line which is not the desired effect and results in the ThemingEnabled property being missing.
1 parent dea7b79 commit 1eead54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ OpenPerspectiveDialogAction_tooltip=Open Perspective
493493

494494
#---- General Preferences----
495495
PreferencePage_noDescription = (No description available)
496-
PreferencePageParameterValues_pageLabelSeparator = \ >\
496+
PreferencePageParameterValues_pageLabelSeparator = \ >\
497497
ThemingEnabled = E&nable theming
498498
ThemeChangeWarningText = Restart for the theme changes to take full effect
499499
ThemeChangeWarningTitle = Theme Changed

0 commit comments

Comments
 (0)