1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Merge branch 'master' of github.com:QupZilla/qupzilla

This commit is contained in:
nowrep 2013-09-10 16:02:28 +02:00
commit 68172898d0

View File

@ -39,7 +39,7 @@ bool IeImporter::openFile()
QDir dir(m_path);
if (!dir.exists()) {
m_error = true;
m_errorString = BookmarksImportDialog::tr("Directory does not exists.");
m_errorString = BookmarksImportDialog::tr("Directory does not exist.");
return false;
}