Fixed typo and regenerated master ts #4596
This commit is contained in:
parent
02bfeff1b2
commit
9e9e1362ac
733
src/gui/gui.ts
733
src/gui/gui.ts
File diff suppressed because it is too large
Load Diff
|
@ -98,7 +98,7 @@ void WebClient::queryPluginList()
|
||||||
}
|
}
|
||||||
catch (std::exception& e)
|
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 "
|
"plugin list. Please contact the help desk, and "
|
||||||
"provide the following details.\n\n%1").arg(e.what()));
|
"provide the following details.\n\n%1").arg(e.what()));
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue