Skip to content
Snippets Groups Projects
Commit d19dca0a authored by Jarosław Staniek's avatar Jarosław Staniek
Browse files

BUG:355370 Kexi: fix %2 argument in error message

parent 721547fe
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ bool KexiProjectData::load(const QString& fileName, QString* _groupKey)
const QString driverName = cg.readEntry("engine").toLower();
if (driverName.isEmpty()) {
m_result = KDbResult(xi18n("No valid \"engine\" field specified in group <resource>%1</resource> "
"of file <filename>%1</filename>.", groupKey, fileName));
"of file <filename>%2</filename>.", groupKey, fileName));
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment