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:15 +02:00
committed by Chris Hennes
parent b90cbcca08
commit 6c32e8ae07

View File

@@ -394,7 +394,7 @@ CmdSpreadsheetAlignRight::CmdSpreadsheetAlignRight()
sAppModule = "Spreadsheet";
sGroup = QT_TR_NOOP("Spreadsheet");
sMenuText = QT_TR_NOOP("Align &Right");
sToolTipText = QT_TR_NOOP("Right-aligns the contents of the selected cells");
sToolTipText = QT_TR_NOOP("Aligns cell contents to the right");
sWhatsThis = "Spreadsheet_AlignRight";
sStatusTip = sToolTipText;
sPixmap = "SpreadsheetAlignRight";