diff --git a/src/Mod/Spreadsheet/Gui/Workbench.cpp b/src/Mod/Spreadsheet/Gui/Workbench.cpp index ac6e3f8a31..19cbaf235a 100644 --- a/src/Mod/Spreadsheet/Gui/Workbench.cpp +++ b/src/Mod/Spreadsheet/Gui/Workbench.cpp @@ -114,7 +114,7 @@ void Workbench::activated() backgroundColor->setToolTip(QObject::tr("Sets the background color of cells")); backgroundColor->setWhatsThis( QObject::tr("Sets the spreadsheet cells background color")); - backgroundColor->setStatusTip(QObject::tr("Set cells background color")); + backgroundColor->setStatusTip(QObject::tr("Sets the background color of cells")); bar->addWidget(backgroundColor); initialized = false;