mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +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);
|
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