1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Fixed a small typo in ieimporter.cpp

This commit is contained in:
Jonathan Hooverman 2013-09-10 15:53:30 +02:00
parent 4280dcd9fa
commit 56518a6749

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;
}