Nothing to translate here.

This commit is contained in:
Juergen Spitzmueller 2020-08-10 10:03:42 +02:00
parent 74e63e754c
commit b57166f656

View File

@ -304,7 +304,7 @@ bool doAskForText(docstring & response, docstring const & msg,
}
}
docstring const title = bformat(_("%1$s"), msg);
docstring const title = bformat(from_utf8("%1$s"), msg);
/// Long operation in progress prevents user from Ok-ing the error dialog
bool long_op = theApp()->longOperationStarted();