]> git.lyx.org Git - lyx.git/commitdiff
Add/fix some tooltips
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 16 Feb 2021 09:02:47 +0000 (10:02 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 16 Feb 2021 09:02:47 +0000 (10:02 +0100)
src/frontends/qt/ui/SearchUi.ui

index a1826d9fe93de8b712443bf75e2e3cd10c861b98..1ea51a8beb87a138534583484237971a2a8fa485 100644 (file)
        <layout class="QHBoxLayout" name="horizontalLayout_2">
         <item>
          <widget class="QCheckBox" name="caseCB">
+          <property name="toolTip">
+           <string>Treat uppercase/lowercase writing as distinct</string>
+          </property>
           <property name="text">
            <string>&amp;Case sensitive[[search]]</string>
           </property>
         </item>
         <item>
          <widget class="QCheckBox" name="wordsCB">
+          <property name="toolTip">
+           <string>Match whole words only</string>
+          </property>
           <property name="text">
            <string>Wh&amp;ole words</string>
           </property>
         <item>
          <widget class="QCheckBox" name="selectionCB">
           <property name="toolTip">
-           <string>Onlysearch in selection</string>
+           <string>Limit search and replace to selection</string>
           </property>
           <property name="text">
            <string>Selection onl&amp;y</string>