Update src/Mod/Spreadsheet/Gui/Command.cpp

Co-authored-by: Ryan K <[email protected]>
This commit is contained in:
Max Wilfinger
2025-06-30 10:35:16 -05:00
committed by Chris Hennes
co-authored by Ryan K
parent 7fdf2ec460
commit 4151dfd18c
+1 -1
View File
@@ -337,7 +337,7 @@ CmdSpreadsheetAlignCenter::CmdSpreadsheetAlignCenter()
sAppModule = "Spreadsheet";
sGroup = QT_TR_NOOP("Spreadsheet");
sMenuText = QT_TR_NOOP("Align Horizontal &Center");
sToolTipText = QT_TR_NOOP("Horizontally center-aligns the contents of the selected cells");
sToolTipText = QT_TR_NOOP("Aligns cell contents to the horizontal center");
sWhatsThis = "Spreadsheet_AlignCenter";
sStatusTip = sToolTipText;
sPixmap = "SpreadsheetAlignCenter";