mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Add/fix some tooltips
This commit is contained in:
parent
6c8409454d
commit
213a3bc557
@ -200,6 +200,9 @@
|
||||
<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>&Case sensitive[[search]]</string>
|
||||
</property>
|
||||
@ -207,6 +210,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="wordsCB">
|
||||
<property name="toolTip">
|
||||
<string>Match whole words only</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Wh&ole words</string>
|
||||
</property>
|
||||
@ -215,7 +221,7 @@
|
||||
<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&y</string>
|
||||
|
Loading…
Reference in New Issue
Block a user