1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-19 22:27:43 +02:00

Bug 1301 - Windows: Truncated and confusing options text when choosing (external program) in Export Multiple

This commit is contained in:
Leland Lucius 2020-04-13 18:43:13 -05:00
parent bacf6becdc
commit 610bfbae68

View File

@ -149,7 +149,7 @@ void ExportCLOptions::PopulateOrExchange(ShuttleGui & S)
and "standard in" means the default input stream that the external program,
named by %f, will read. And yes, it's %f, not %s -- this isn't actually used
in the program as a format string. Keep %f unchanged. */
"Data will be piped to standard in. \"%f\" uses the file name in the export window."));
"Data will be piped to standard in. \"%f\" uses the file name in the export window."), 250);
}
S.EndVerticalLay();
}