]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ui/BiblioUi.ui
Tooltip change as suggested by Jean-Pierre
[lyx.git] / src / frontends / qt4 / ui / BiblioUi.ui
index 2c87f799da97d4db4ea117d624fe9dc5b5991092..896f99d126263b45bb6e54e5eeb328e90963cc6b 100644 (file)
@@ -35,7 +35,7 @@
       <item row="1" column="0" >
        <widget class="QRadioButton" name="citeNatbibRB" >
         <property name="toolTip" >
-         <string>Use the natbib styles for natural sciences and arts</string>
+         <string>Use the natbib styles for natural sciences and arts. Set additional parameters in document class options.</string>
         </property>
         <property name="text" >
          <string>&amp;Natbib</string>
     </widget>
    </item>
    <item row="1" column="0" >
-    <widget class="QCheckBox" name="bibtopicCB" >
-     <property name="toolTip" >
-      <string>Select this if you want to split your bibliography into sections</string>
+    <widget class="QGroupBox" name="BiblioStyleBG" >
+     <property name="title" >
+      <string>Bibliography Style</string>
      </property>
-     <property name="text" >
-      <string>S&amp;ectioned bibliography</string>
+     <property name="flat" >
+      <bool>true</bool>
      </property>
+     <layout class="QGridLayout" name="gridLayout_1" >
+      <item row="0" column="0" >
+       <layout class="QHBoxLayout" name="horizontalLayout_1" >
+        <item>
+         <widget class="QLabel" name="bibtexStyleLA" >
+          <property name="text" >
+           <string>Default st&amp;yle:</string>
+          </property>
+          <property name="buddy" >
+           <cstring>bibtexStyleLE</cstring>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QLineEdit" name="bibtexStyleLE" >
+          <property name="toolTip" >
+           <string>Define the default BibTeX style</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
+      <item row="1" column="0" >
+       <widget class="QCheckBox" name="bibtopicCB" >
+        <property name="toolTip" >
+         <string>Select this if you want to split your bibliography into sections</string>
+        </property>
+        <property name="text" >
+         <string>S&amp;ectioned bibliography</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
     </widget>
    </item>
    <item row="2" column="0" >
     <widget class="QGroupBox" name="bibtexGB" >
      <property name="toolTip" >
-      <string>Here you can define an alternative program to or specific options of bibtex.</string>
+      <string>Here you can define an alternative program to or specific options of BibTeX.</string>
      </property>
      <property name="title" >
       <string>Bibliography generation</string>
            <string>&amp;Options:</string>
           </property>
           <property name="buddy" >
-           <cstring>bibtexOptionsED</cstring>
+           <cstring>bibtexOptionsLE</cstring>
           </property>
          </widget>
         </item>
         <item>
-         <widget class="QLineEdit" name="bibtexOptionsED" >
+         <widget class="QLineEdit" name="bibtexOptionsLE" >
           <property name="toolTip" >
-           <string>Define options such as --min-crossrefs (see man bibtex).</string>
+           <string>Define options such as --min-crossrefs (see the documentation of BibTeX)</string>
           </property>
          </widget>
         </item>