From 82bb539d5e7e390f6ba99eb2e4ed87ded01b48d1 Mon Sep 17 00:00:00 2001 From: Johannes Weiser Date: Wed, 29 Apr 2015 22:18:15 +0200 Subject: [PATCH] Typo in WebClient.cpp --- src/gui/src/WebClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/WebClient.cpp b/src/gui/src/WebClient.cpp index e283372a..5daf5ab8 100644 --- a/src/gui/src/WebClient.cpp +++ b/src/gui/src/WebClient.cpp @@ -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;