diff --git a/src/Mod/Spreadsheet/Gui/Workbench.cpp b/src/Mod/Spreadsheet/Gui/Workbench.cpp index 5c95518f40..ba5fc761ed 100644 --- a/src/Mod/Spreadsheet/Gui/Workbench.cpp +++ b/src/Mod/Spreadsheet/Gui/Workbench.cpp @@ -92,7 +92,7 @@ void Workbench::activated() &WorkbenchHelper::setForegroundColor); } foregroundColor->setToolTip(QObject::tr("Set cells text color")); - foregroundColor->setWhatsThis(QObject::tr("Sets the Spreadsheet cells text color")); + foregroundColor->setWhatsThis(QObject::tr("Sets the text color of spreadsheet cells")); foregroundColor->setStatusTip(QObject::tr("Set cells text color")); bar->addWidget(foregroundColor);