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
a3f2e8cf6b
commit
d3e6c1fd63
@@ -565,7 +565,7 @@ CmdSpreadsheetAlignVCenter::CmdSpreadsheetAlignVCenter()
|
||||
sAppModule = "Spreadsheet";
|
||||
sGroup = QT_TR_NOOP("Spreadsheet");
|
||||
sMenuText = QT_TR_NOOP("Align &Vertical Center");
|
||||
sToolTipText = QT_TR_NOOP("Vertically center-aligns the contents of the selected cells");
|
||||
sToolTipText = QT_TR_NOOP("Aligns cell contents to the vertical center");
|
||||
sWhatsThis = "Spreadsheet_AlignVCenter";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "SpreadsheetAlignVCenter";
|
||||
|
||||
Reference in New Issue
Block a user