From 7446b14a3eac2a6c6b17b2eb94663bc8987e65fb Mon Sep 17 00:00:00 2001 From: Louis Vignier Date: Wed, 9 Oct 2024 16:45:49 +0200 Subject: [PATCH] [ui] Update comments for PerFileConfigurableBase tables #IJPL-163682 GitOrigin-RevId: 41352d9e38bef9715fff61335440820ad8ed0d04 --- .../lang-api/resources/messages/LangBundle.properties | 8 +++----- .../platform-api/resources/messages/IdeBundle.properties | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/platform/lang-api/resources/messages/LangBundle.properties b/platform/lang-api/resources/messages/LangBundle.properties index 922f1aec0b4e..7fceedbdd66a 100644 --- a/platform/lang-api/resources/messages/LangBundle.properties +++ b/platform/lang-api/resources/messages/LangBundle.properties @@ -27,11 +27,9 @@ tooltip.in=in psi.search.scope.libraries=Libraries -dialog.template.data.language.caption=\ - Template data languages are the underlying languages in template files like those of FreeMarker/Velocity frameworks.
\ - To change template data language settings {0} uses for a file, a directory, or the entire project, \ - add its path if necessary and then select a language from the drop down list.

\ -
+dialog.template.data.language.caption=Template data languages are the underlying languages in template files like those of FreeMarker/Velocity frameworks. \ +To change template data language settings {0} uses for a file, a directory, or the entire project, \ +add its path if necessary and then select a language from the drop down list. template.data.language.configurable=Template Data Languages template.data.language.configurable.tree.table.title=Language template.data.language.override.warning.text=There are template data languages specified for the subdirectories. Override them? diff --git a/platform/platform-api/resources/messages/IdeBundle.properties b/platform/platform-api/resources/messages/IdeBundle.properties index 8bac6f97e3a2..bfcc21c18461 100644 --- a/platform/platform-api/resources/messages/IdeBundle.properties +++ b/platform/platform-api/resources/messages/IdeBundle.properties @@ -917,9 +917,9 @@ checkbox.keep.popups.for.toggles=Keep popups open for toggle items # Encodings file.encodings.configurable=File Encodings file.encodings.not.configured=Encodings are not configured -encodings.dialog.caption=Add the path to a file or directory and select the encoding {0} should use.
\ +encodings.dialog.caption=Add the path to a file or directory and select the encoding {0} should use.
\ Files and directories inherit the encoding from the parent directory or from the Project Encoding.
\ -Built-in file encodings in JSP, HTML, and XML files override these settings. +Built-in file encodings in JSP, HTML, and XML files override these settings. encoding.name.system.default= encoding.name.properties.default= quick.lists.presentable.name=Quick Lists