From 3cce6ffa3cccc92df200f842bc6e00848bf6dfa9 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:46:10 +0200 Subject: [PATCH] Update src/Mod/Spreadsheet/Gui/Workbench.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> --- src/Mod/Spreadsheet/Gui/Workbench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;