Update src/Mod/Spreadsheet/Gui/Workbench.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
e7161fedd4
commit
3cce6ffa3c
@@ -114,7 +114,7 @@ void Workbench::activated()
|
||||
backgroundColor->setToolTip(QObject::tr("Sets the background color of cells"));
|
||||
backgroundColor->setWhatsThis(
|
||||
QObject::tr("Sets the spreadsheet cells background color"));
|
||||
backgroundColor->setStatusTip(QObject::tr("Set cells background color"));
|
||||
backgroundColor->setStatusTip(QObject::tr("Sets the background color of cells"));
|
||||
bar->addWidget(backgroundColor);
|
||||
|
||||
initialized = false;
|
||||
|
||||
Reference in New Issue
Block a user