]> git.lyx.org Git - features.git/commitdiff
Mention style-dependency of some features in the tooltips.
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 6 Feb 2017 11:21:53 +0000 (12:21 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 6 Feb 2017 11:21:53 +0000 (12:21 +0100)
src/frontends/qt4/ui/CitationUi.ui

index cdd51893059b0554e44f4c4e447ae532ed320029..a5f7941f5a95935c88dc3b730929a28d624fcb4b 100644 (file)
             <item>
              <widget class="QLineEdit" name="textBeforeED">
               <property name="toolTip">
-               <string>Text that precedes the reference (e.g., &quot;cf.&quot;)</string>
+               <string>Text that precedes the reference (e.g., &quot;cf.&quot;), if the current citation style supports this.</string>
               </property>
              </widget>
             </item>
             <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>
         <item>
          <widget class="QCheckBox" name="forceuppercaseCB">
           <property name="toolTip">
-           <string>Force upper case in names (&quot;Del Piero&quot;, not &quot;del Piero&quot;)</string>
+           <string>Force upper case in names (&quot;Del Piero&quot;, not &quot;del Piero&quot;), if the current style supports this.</string>
           </property>
           <property name="text">
            <string>Force upcas&amp;ing</string>
         <item>
          <widget class="QCheckBox" name="starredCB">
           <property name="toolTip">
-           <string>Always list all authors (rather than using &quot;et al.&quot;)</string>
+           <string>Always list all authors (rather than using &quot;et al.&quot;), if the current style supports this.</string>
           </property>
           <property name="text">
            <string>All aut&amp;hors</string>