mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Mention style-dependency of some features in the tooltips.
This commit is contained in:
parent
7917ebcc40
commit
c7126dc4f9
@ -315,7 +315,7 @@
|
||||
<item>
|
||||
<widget class="QLineEdit" name="textBeforeED">
|
||||
<property name="toolTip">
|
||||
<string>Text that precedes the reference (e.g., "cf.")</string>
|
||||
<string>Text that precedes the reference (e.g., "cf."), if the current citation style supports this.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -332,7 +332,7 @@
|
||||
<item>
|
||||
<widget class="QLineEdit" name="textAfterED">
|
||||
<property name="toolTip">
|
||||
<string>Text that follows the reference (e.g., pages)</string>
|
||||
<string>Text that follows the reference (e.g., pages), if the current style supports this.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -385,7 +385,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="forceuppercaseCB">
|
||||
<property name="toolTip">
|
||||
<string>Force upper case in names ("Del Piero", not "del Piero")</string>
|
||||
<string>Force upper case in names ("Del Piero", not "del Piero"), if the current style supports this.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Force upcas&ing</string>
|
||||
@ -395,7 +395,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="starredCB">
|
||||
<property name="toolTip">
|
||||
<string>Always list all authors (rather than using "et al.")</string>
|
||||
<string>Always list all authors (rather than using "et al."), if the current style supports this.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>All aut&hors</string>
|
||||
|
Loading…
Reference in New Issue
Block a user