Update src/Mod/Spreadsheet/Gui/Workbench.cpp

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 10:46:02 +02:00
committed by Chris Hennes
parent f38d0028a1
commit e7161fedd4

View File

@@ -93,7 +93,7 @@ void Workbench::activated()
}
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"));
foregroundColor->setStatusTip(QObject::tr("Sets the text color of spreadsheet cells"));
bar->addWidget(foregroundColor);
QList<QtColorPicker*> bgList = Gui::getMainWindow()->findChildren<QtColorPicker*>(