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
4332a95b49
commit
ee926ba67f
@@ -91,7 +91,7 @@ void Workbench::activated()
|
||||
workbenchHelper.get(),
|
||||
&WorkbenchHelper::setForegroundColor);
|
||||
}
|
||||
foregroundColor->setToolTip(QObject::tr("Set cells text color"));
|
||||
foregroundColor->setToolTip(QObject::tr("Sets the text color of cells"));
|
||||
foregroundColor->setWhatsThis(QObject::tr("Sets the text color of spreadsheet cells"));
|
||||
foregroundColor->setStatusTip(QObject::tr("Set cells text color"));
|
||||
bar->addWidget(foregroundColor);
|
||||
|
||||
Reference in New Issue
Block a user