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:
parent
4280dcd9fa
commit
56518a6749
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user