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:43:15 +02:00
committed by Chris Hennes
parent 751626202d
commit f078e51dab

View File

@@ -113,7 +113,7 @@ void Workbench::activated()
}
backgroundColor->setToolTip(QObject::tr("Set cells background color"));
backgroundColor->setWhatsThis(
QObject::tr("Sets the Spreadsheet cells background color"));
QObject::tr("Sets the spreadsheet cells background color"));
backgroundColor->setStatusTip(QObject::tr("Set cells background color"));
bar->addWidget(backgroundColor);