From 8a6afef2088d570e519732e718ccf404822bfc24 Mon Sep 17 00:00:00 2001 From: Alexander Lobas Date: Thu, 17 Oct 2024 11:36:19 +0200 Subject: [PATCH] IJPL-164380 Remove "new UI" mentions from advanced settings (cherry picked from commit f7511315a7eb9c98c481508e856a3f59bc756a95) IJ-CR-147526 GitOrigin-RevId: 3795f13c3867280ac1eb2a44c6d7e182430f30f1 --- .../ide-core/resources/messages/ApplicationBundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/ide-core/resources/messages/ApplicationBundle.properties b/platform/ide-core/resources/messages/ApplicationBundle.properties index 19e9aea83468..5964906034eb 100644 --- a/platform/ide-core/resources/messages/ApplicationBundle.properties +++ b/platform/ide-core/resources/messages/ApplicationBundle.properties @@ -831,7 +831,7 @@ button.advanced.settings.reset=Reset Setting checkbox.advanced.settings.modified=Show modified only advanced.setting.ide.ui.native.file.chooser=Use native file chooser dialog on Windows/macOS advanced.setting.ide.ui.native.file.chooser.description=When enabled, the IDE will use an OS-specific file chooser dialog instead of the custom one for opening files/directories. -advanced.setting.ide.always.show.tool.window.header.icons=Always show tool window header icons in the new UI +advanced.setting.ide.always.show.tool.window.header.icons=Always show tool window header icons advanced.setting.ide.always.show.tool.window.header.icons.description=If this option is disabled, tool window header icons are shown only on mouse hover or when the tool window is focused advanced.setting.ide.tool.window.header.dnd=Allow dragging tool windows by header to move to another location advanced.setting.ide.show.fileType.icon.in.titleBar=Show file type icon in IDE frame header @@ -842,7 +842,7 @@ advanced.setting.ide.max.recent.projects=Maximum number of recent projects advanced.setting.temporary.configurations.limit=Temporary configurations limit advanced.setting.confirm.rerun.with.termination=Confirm rerun with process termination advanced.setting.start.run.configurations.pinned=Make configurations pinned by default -advanced.setting.max.recent.run.configurations=Maximum number of recent run configurations in the new UI +advanced.setting.max.recent.run.configurations=Maximum number of recent run configurations advanced.setting.localHistory.daysToKeep=Duration of storing changes in Local History advanced.setting.localHistory.daysToKeep.description=Do not use Local History as the primary version control system since it may become corrupted if the IDE hangs advanced.setting.localHistory.daysToKeep.trailingLabel=days