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

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 10:44:26 +02:00
committed by Chris Hennes
parent a31f2d3a1c
commit cbef684d63

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";