Skip to content

Commit 8c12047

Browse files
merkspraveen-skp
authored andcommitted
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 7a50e51 commit 8c12047

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ OpenPerspectiveDialogAction_tooltip=Open Perspective
496496

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

0 commit comments

Comments
 (0)