commit 6e40aed2f833d6e2f95928be6a0ceb5bc1aeb26b Author: Scott Kostyshak <skost...@lyx.org> Date: Sat Feb 22 11:03:58 2025 +0100
Tweak tooltip a bit to make it shorter --- src/frontends/qt/GuiDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiDocument.cpp b/src/frontends/qt/GuiDocument.cpp index 3ae1cbcb86..bfc7f1cb59 100644 --- a/src/frontends/qt/GuiDocument.cpp +++ b/src/frontends/qt/GuiDocument.cpp @@ -1399,7 +1399,7 @@ GuiDocument::GuiDocument(GuiView & lv) colorModule->customColorsTW->headerItem()->setText(0, qt_("Name")); colorModule->customColorsTW->headerItem()->setText(1, qt_("Color")); colorModule->customColorsTW->setSortingEnabled(true); - colorModule->customColorsTW->setToolTip(qt_("You can double-click on an item to change its color")); + colorModule->customColorsTW->setToolTip(qt_("Double-click on an item to change its color")); QRegularExpression ascii_re("[A-Za-z0-9]+"); colorModule->newColorLE->setValidator(new QRegularExpressionValidator(ascii_re, colorModule->newColorLE)); -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs