mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 05:31:44 +00:00
GUI: run program widget: make help texts a bit clearer wrt. file names/paths
This commit is contained in:
parent
f0a8760e4a
commit
5426e4cad9
@ -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") },
|
||||
|
Loading…
Reference in New Issue
Block a user