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 a31f2d3a1c
commit cbef684d63
+1 -1
View File
@@ -451,7 +451,7 @@ CmdSpreadsheetAlignTop::CmdSpreadsheetAlignTop()
sAppModule = "Spreadsheet";
sGroup = QT_TR_NOOP("Spreadsheet");
sMenuText = QT_TR_NOOP("Align &Top");
sToolTipText = QT_TR_NOOP("Top-aligns the contents the of selected cells");
sToolTipText = QT_TR_NOOP("Aligns cell contents to the top");
sWhatsThis = "Spreadsheet_AlignTop";
sStatusTip = sToolTipText;
sPixmap = "SpreadsheetAlignTop";