ui: 3rd party licences

Updated menu entry title to '3rd party licences'
This commit is contained in:
Manuel Dobusch
2017-02-01 21:42:54 +01:00
parent 25f8b6d385
commit 37f0d645fd
+4 -1
View File
@@ -664,7 +664,10 @@ void QtMainWindow::setupHelpMenu()
menu->addAction(tr("Documentation"), this, SLOT(showDocumentation()));
menu->addAction(tr("Bug Tracker"), this, SLOT(showBugtracker()));
menu->addAction(tr("Enter License..."), this, SLOT(enterLicense()));
menu->addAction(tr("Licences"), this, SLOT(showLicenses()));
menu->addSeparator();
menu->addAction(tr("3rd Party Licences"), this, SLOT(showLicenses()));
menu->addAction(tr("&About Coati"), this, SLOT(about()));
menu->addSeparator();