]> git.lyx.org Git - features.git/commitdiff
GuiHyperlink: some minor fixes
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 26 Dec 2022 09:13:51 +0000 (10:13 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 26 Dec 2022 09:13:51 +0000 (10:13 +0100)
* disambiguate "Other" label
* Add accelerator
* Add tooltip to "Other" widget
* Amend tooltip of "Web" widget (since "other" now seems to have taken
part of its function)

src/frontends/qt/ui/HyperlinkUi.ui

index 9f19721cb05bbb6dba5983149c60f8de9decaf2b..ab90a4648d80c3a269156c9129e3088d31e3ee5c 100644 (file)
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>306</width>
+    <width>319</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</string>
         </property>
         <property name="text">
          <string>&amp;Web</string>
       </item>
       <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>
+        </property>
         <property name="text">
-         <string>Other</string>
+         <string>&amp;Other[[Link Type]]</string>
         </property>
        </widget>
       </item>