This commit is contained in:
Roy-043
2025-11-14 12:56:24 +01:00
committed by GitHub
parent 94a1171562
commit 71dd30182b
3 changed files with 5 additions and 5 deletions

View File

@@ -457,7 +457,7 @@ StdCmdDlgCustomize::StdCmdDlgCustomize()
: Command("Std_DlgCustomize")
{
sGroup = "Tools";
sMenuText = QT_TR_NOOP("Cu&stomize");
sMenuText = QT_TR_NOOP("Cu&stomize");
sToolTipText = QT_TR_NOOP("Opens a dialog to edit toolbars, shortcuts, and macros");
sWhatsThis = "Std_DlgCustomize";
sStatusTip = sToolTipText;