]> git.lyx.org Git - features.git/commitdiff
Try to be more precise in the hyperlink type tooltips
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 26 Dec 2022 09:46:54 +0000 (10:46 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 26 Dec 2022 09:46:54 +0000 (10:46 +0100)
src/frontends/qt/ui/HyperlinkUi.ui

index ab90a4648d80c3a269156c9129e3088d31e3ee5c..4a337895e02e8be95f53ae2924b39e51287d2873 100644 (file)
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>319</width>
+    <width>402</width>
     <height>226</height>
    </rect>
   </property>
       <item>
        <widget class="QRadioButton" name="webRB">
         <property name="toolTip">
-         <string>Link to the web</string>
+         <string>Link to the web or any other target with an &quot;authority&quot; component (i.e., :// in the URI)</string>
         </property>
         <property name="text">
          <string>&amp;Web</string>
       <item>
        <widget class="QRadioButton" name="noneRB">
         <property name="toolTip">
-         <string>Link to an arbitrary other URI scheme (to be specified in the Target field above)</string>
+         <string>Link to an arbitrary URI scheme not matched by the other three types (to be fully spelled out in the Target field above)</string>
         </property>
         <property name="text">
          <string>&amp;Other[[Link Type]]</string>