Skip to content

Commit 462666b

Browse files
committed
Fix missing NLS for "Enable theming" #2480
The NLS for "Enable theming" is not found because of a recent change to the according messages.properties file. This change reverts the faulty change. Fixes #2480
1 parent 117649f commit 462666b

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
@@ -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)