0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 08:28:06 +03:00

typo fixed

This commit is contained in:
Arin Alexander
2018-05-22 11:13:36 +03:00
parent 98cf12984e
commit 77f26a846b
5 changed files with 11 additions and 8 deletions

View File

@@ -262,7 +262,7 @@ bool ScriptEngineManager::addFunction(const JSFunctionDesc &functionDescriber)
return false;
}
} else {
m_lastError = tr("Function manger with name \"%1\" already exists!");
m_lastError = tr("Function manager with name \"%1\" already exists!");
return false;
}