From 1eead54aac4c037be1bbc08870ccf27aa870cfc8 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Sat, 12 Oct 2024 16:35:36 +0200 Subject: [PATCH] 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. --- .../Eclipse UI/org/eclipse/ui/internal/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties index a0d3827e92c..5b4f163b81c 100644 --- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties +++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties @@ -493,7 +493,7 @@ OpenPerspectiveDialogAction_tooltip=Open Perspective #---- General Preferences---- PreferencePage_noDescription = (No description available) -PreferencePageParameterValues_pageLabelSeparator = \ >\ +PreferencePageParameterValues_pageLabelSeparator = \ >\ ThemingEnabled = E&nable theming ThemeChangeWarningText = Restart for the theme changes to take full effect ThemeChangeWarningTitle = Theme Changed