mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Merge branch 'master' of github.com:QupZilla/qupzilla
This commit is contained in:
commit
68172898d0
|
@ -39,7 +39,7 @@ bool IeImporter::openFile()
|
||||||
QDir dir(m_path);
|
QDir dir(m_path);
|
||||||
if (!dir.exists()) {
|
if (!dir.exists()) {
|
||||||
m_error = true;
|
m_error = true;
|
||||||
m_errorString = BookmarksImportDialog::tr("Directory does not exists.");
|
m_errorString = BookmarksImportDialog::tr("Directory does not exist.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user