Update src/Mod/Spreadsheet/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
b90cbcca08
commit
6c32e8ae07
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user