From c29ad6147aef58459930e1946db57d285f4942a2 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 23 Dec 2019 15:19:24 -0500 Subject: [PATCH] an i18n-hint for command-line export --- src/export/ExportCL.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/export/ExportCL.cpp b/src/export/ExportCL.cpp index 546aa4cb3..e5b0233ce 100644 --- a/src/export/ExportCL.cpp +++ b/src/export/ExportCL.cpp @@ -134,6 +134,11 @@ void ExportCLOptions::PopulateOrExchange(ShuttleGui & S) } S.EndHorizontalLay(); +/* i18n-hint: Some programmer-oriented terminology here: + "Data" refers to the sound to be exported, "piped" means sent, + 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. */ S.AddTitle(_("Data will be piped to standard in. \"%f\" uses the file name in the export window.")); } S.EndVerticalLay();