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
a732648fe9
commit
f38d0028a1
@@ -111,7 +111,7 @@ void Workbench::activated()
|
||||
workbenchHelper.get(),
|
||||
&WorkbenchHelper::setBackgroundColor);
|
||||
}
|
||||
backgroundColor->setToolTip(QObject::tr("Set cells background color"));
|
||||
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"));
|
||||
|
||||
Reference in New Issue
Block a user