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
+1 -1
View File
@@ -940,7 +940,7 @@ void QtMainWindow::setupHelpMenu()
menu->addAction(tr("Select License..."), this, &QtMainWindow::enterLicense);
menu->addAction(tr("End User License Agreement"), this, &QtMainWindow::showEula);
menu->addAction(tr("3rd Party Licences"), this, &QtMainWindow::showLicenses);
menu->addAction(tr("3rd Party Licenses"), this, &QtMainWindow::showLicenses);
menu->addAction(tr("&About Sourcetrail"), this, &QtMainWindow::about);
menu->addSeparator();