Fixed typo and regenerated master ts #4596

This commit is contained in:
XinyuHou 2015-05-06 14:25:18 +01:00
parent 02bfeff1b2
commit 9e9e1362ac
2 changed files with 479 additions and 256 deletions

File diff suppressed because it is too large Load Diff

View File

@ -98,7 +98,7 @@ void WebClient::queryPluginList()
}
catch (std::exception& e)
{
emit error(tr("An error occured while trying to query the "
emit error(tr("An error occurred while trying to query the "
"plugin list. Please contact the help desk, and "
"provide the following details.\n\n%1").arg(e.what()));
return;