diff --git a/src/Mod/Spreadsheet/Gui/Workbench.cpp b/src/Mod/Spreadsheet/Gui/Workbench.cpp index 5b73c43d54..5c95518f40 100644 --- a/src/Mod/Spreadsheet/Gui/Workbench.cpp +++ b/src/Mod/Spreadsheet/Gui/Workbench.cpp @@ -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);