forked from qt-creator/qt-creator
Tr: Wrap file paths with ""
Change-Id: Iee0e941ff503ff485e8e9c0d9fe3e52eea9042d5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -720,7 +720,7 @@ bool SessionManager::saveSession()
|
||||
} else {
|
||||
QMessageBox::warning(ICore::dialogParent(),
|
||||
PE::Tr::tr("Error while saving session"),
|
||||
PE::Tr::tr("Could not save session to file %1")
|
||||
PE::Tr::tr("Could not save session to file \"%1\"")
|
||||
.arg(sb_d->m_writer->fileName().toUserOutput()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user