Updated translations
Fixed assert in debug build FossilOrigin-Name: 3074d4c5f5701d9edcbea76ffafc4ae4ff3c7c60
This commit is contained in:
@ -1093,7 +1093,7 @@ bool MainWindow::runFossilRaw(const QStringList &args, QStringList *output, int
|
||||
process.start(fossil, args);
|
||||
if(!process.waitForStarted())
|
||||
{
|
||||
log(tr("Could not start Fossil executable '%s'").arg(fossil)+"\n");
|
||||
log(tr("Could not start Fossil executable '%0'").arg(fossil)+"\n");
|
||||
return false;
|
||||
}
|
||||
const QChar EOL_MARK('\n');
|
||||
|
Reference in New Issue
Block a user