ui: changed wording from "licence" to "license"

This commit is contained in:
mlangkabel
2017-12-11 17:05:07 +01:00
parent 351fa35ec3
commit 22b4d2a2b9
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -138,7 +138,7 @@ void QtLicenseWindow::windowReady()
addLogo();
updateTitle("Select Licence Option");
updateTitle("Select License Option");
updateNextButton("Activate");
setNextEnabled(false);
@@ -161,7 +161,7 @@ void QtLicenseWindow::handleNext()
switch (state)
{
case LicenseChecker::LICENSE_EMPTY:
errorString = "No licence key was entered.";
errorString = "No license key was entered.";
break;
case LicenseChecker::LICENSE_MOVED:
case LicenseChecker::LICENSE_MALFORMED: