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
f078e51dab
commit
6ffe3ee81b
@@ -120,7 +120,7 @@ CmdSpreadsheetSplitCell::CmdSpreadsheetSplitCell()
|
||||
sAppModule = "Spreadsheet";
|
||||
sGroup = QT_TR_NOOP("Spreadsheet");
|
||||
sMenuText = QT_TR_NOOP("Sp&lit Cell");
|
||||
sToolTipText = QT_TR_NOOP("Splits the selected and previously merged cell");
|
||||
sToolTipText = QT_TR_NOOP("Splits a previously merged cell");
|
||||
sWhatsThis = "Spreadsheet_SplitCell";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "SpreadsheetSplitCell";
|
||||
|
||||
Reference in New Issue
Block a user