Merge pull request #4596 from joweiser/patch-1

Typo 'occurred' in WebClient.cpp
This commit is contained in:
Jerry (Xinyu Hou) 2015-05-06 14:00:07 +01:00
commit 02bfeff1b2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ int WebClient::getEdition(
{
message.critical(
w, "Error",
tr("An error occured while trying to sign in. "
tr("An error occurred while trying to sign in. "
"Please contact the helpdesk, and provide the "
"following details.\n\n%1").arg(e.what()));
return edition;