Fix About Qucs menu name

This commit is contained in:
Vadim Kuznetsov 2024-07-04 15:58:04 +03:00
parent 7d10c7982d
commit fe130581b2

View File

@ -660,7 +660,7 @@ void QucsApp::initActions()
helpGetStart->setWhatsThis(tr("Getting Started\n\nShort introduction into Qucs"));
connect(helpGetStart, SIGNAL(triggered()), SLOT(slotGettingStarted()));
helpAboutApp = new QAction(tr("&About qucs-s"), this);
helpAboutApp = new QAction(tr("&About Qucs-S"), this);
helpAboutApp->setStatusTip(tr("About the application"));
helpAboutApp->setWhatsThis(tr("About\n\nAbout the application"));
connect(helpAboutApp, SIGNAL(triggered()),this, SLOT(slotHelpAbout()));