From 462666ba1cc7ee98335ec5825929a168210da71b Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Fri, 1 Nov 2024 20:02:35 +0100 Subject: [PATCH] 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 https://github.com/eclipse-platform/eclipse.platform.ui/issues/2480 --- .../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 8e1eeb6fe7e..08c857e04ff 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 @@ -496,7 +496,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