commit d16ade453911c0ce774d5ee4a274bcd754ae5ebe Author: Koji Yokota <yok...@lyx.org> Date: Mon Apr 7 01:34:15 2025 +0900
Add/modify tooltips of PrefColors dialog --- src/frontends/qt/ui/PrefColorsUi.ui | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt/ui/PrefColorsUi.ui b/src/frontends/qt/ui/PrefColorsUi.ui index 38e3229bc3..7de995c319 100644 --- a/src/frontends/qt/ui/PrefColorsUi.ui +++ b/src/frontends/qt/ui/PrefColorsUi.ui @@ -52,7 +52,7 @@ <item row="3" column="1"> <widget class="QCheckBox" name="autoapplyCB"> <property name="toolTip"> - <string>Apply changed color immediately</string> + <string>Apply changed colors immediately</string> </property> <property name="text"> <string>Update &immediately</string> @@ -162,6 +162,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="toolTip"> + <string>Change the light-mode color of the selected object/element</string> + </property> <property name="text"> <string>&Light</string> </property> @@ -175,6 +178,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="toolTip"> + <string>Change the dark-mode color of the selected object/element</string> + </property> <property name="text"> <string>&Dark</string> </property> @@ -345,7 +351,7 @@ <item> <widget class="QToolButton" name="lightColorResetPB"> <property name="toolTip"> - <string>Reset selected light-mode color to the last saved</string> + <string>Reset the light-mode color of the selected object/element to the last saved</string> </property> <property name="text"> <string>Ligh&t</string> @@ -355,7 +361,7 @@ <item> <widget class="QToolButton" name="darkColorResetPB"> <property name="toolTip"> - <string>Reset selected dark-mode color to the last saved</string> + <string>Reset the dark-mode color of the selected object/element to the last saved</string> </property> <property name="text"> <string>Dar&k</string> @@ -364,6 +370,9 @@ </item> <item> <widget class="QToolButton" name="bothColorResetPB"> + <property name="toolTip"> + <string>Reset the light- and dark-mode colors of the selected object/element to the last saved</string> + </property> <property name="text"> <string>&Both</string> </property> -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs