[LyX/master] Try to be more precise in the hyperlink type tooltips

Juergen Spitzmueller spitz at lyx.org
Mon Dec 26 08:50:04 UTC 2022


commit 14d74c9578319a00ab04fc402031b61c5272545c
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Mon Dec 26 10:46:54 2022 +0100

    Try to be more precise in the hyperlink type tooltips
---
 src/frontends/qt/ui/HyperlinkUi.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/frontends/qt/ui/HyperlinkUi.ui b/src/frontends/qt/ui/HyperlinkUi.ui
index ab90a46..4a33789 100644
--- a/src/frontends/qt/ui/HyperlinkUi.ui
+++ b/src/frontends/qt/ui/HyperlinkUi.ui
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>319</width>
+    <width>402</width>
     <height>226</height>
    </rect>
   </property>
@@ -130,7 +130,7 @@
       <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 "authority" component (i.e., :// in the URI)</string>
         </property>
         <property name="text">
          <string>&Web</string>
@@ -163,7 +163,7 @@
       <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>&Other[[Link Type]]</string>


More information about the lyx-cvs mailing list