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:45:39 +02:00
committed by Chris Hennes
parent 4332a95b49
commit ee926ba67f

View File

@@ -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);