Modified text of all items on help menu

Used ToolTipText for StatusTip on all menu items
Modified some of the MenuTexts
Modified some of the Pixmaps
This commit is contained in:
OfficialKris
2024-10-24 03:04:31 -07:00
committed by Max Wilfinger
parent a597015d05
commit b3a2268289
3 changed files with 33 additions and 33 deletions

View File

@@ -45,8 +45,8 @@ CmdStart::CmdStart()
{
sAppModule = "Start";
sGroup = QT_TR_NOOP("Start");
sMenuText = QT_TR_NOOP("Start");
sToolTipText = QT_TR_NOOP("Displays the Start in an MDI view");
sMenuText = QT_TR_NOOP("Start Page");
sToolTipText = QT_TR_NOOP("Displays the Start Page");
sWhatsThis = "Start_Start";
sStatusTip = sToolTipText;
sPixmap = "StartCommandIcon";