GUI: run program widget: make help texts a bit clearer wrt. file names/paths

This commit is contained in:
Moritz Bunkus 2022-09-30 15:58:27 +02:00
parent f0a8760e4a
commit 5426e4cad9
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -244,9 +244,9 @@ PrefsRunProgramWidget::setupMenu() {
{ QY("Exit code (0: ok, 1: warnings occurred, 2: errors occurred)"), Q("JOB_EXIT_CODE") },
{ QY("Variables for multiplex jobs"), Q("") },
{ QY("Destination file's name"), Q("DESTINATION_FILE_NAME") },
{ QY("Destination file's directory"), Q("DESTINATION_FILE_DIRECTORY") },
{ QY("Source file names"), Q("SOURCE_FILE_NAMES") },
{ QY("Destination file's absolute path"), Q("DESTINATION_FILE_NAME") },
{ QY("Destination folders's aboslute path"), Q("DESTINATION_FILE_DIRECTORY") },
{ QY("Source files' absolute paths"), Q("SOURCE_FILE_NAMES") },
{ QY("General variables"), Q("") },
{ QY("Current date && time in ISO 8601 format"), Q("CURRENT_TIME") },