From e26ada8b20361fd4448bb2f283a8d5345ad23bc8 Mon Sep 17 00:00:00 2001 From: marhali Date: Wed, 7 Dec 2022 19:32:16 +0100 Subject: [PATCH] add hint for path variable option --- src/main/resources/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index e7cdeb8..69ac416 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -25,7 +25,7 @@ settings.preset.tooltip=Choose a configuration template that best fits your proj settings.resource.title=Resource Configuration settings.resource.path.window=Locales Directory settings.resource.path.title=Locales directory -settings.resource.path.tooltip=Define the folder which contains all translation files. For nested folders, use the top folder. +settings.resource.path.tooltip=Choose the folder which contains all translation files. Path variables like $PROJECT_DIR$ are supported. settings.resource.strategy=File structure settings.resource.folder.items=Single Directory;Modularized: Locale / Namespace;Modularized: Namespace / Locale settings.resource.folder.tooltip=What is the folder structure of your translation files?