]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/ui/HyperlinkUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / HyperlinkUi.ui
index 9f19721cb05bbb6dba5983149c60f8de9decaf2b..4a337895e02e8be95f53ae2924b39e51287d2873 100644 (file)
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>306</width>
+    <width>402</width>
     <height>226</height>
    </rect>
   </property>
       <item>
        <widget class="QRadioButton" name="webRB">
         <property name="toolTip">
-         <string>Link to the web or to every other target</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>
       <item>
        <widget class="QRadioButton" name="noneRB">
+        <property name="toolTip">
+         <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>Other</string>
+         <string>&amp;Other[[Link Type]]</string>
         </property>
        </widget>
       </item>