commit 5f8e41dc9bfe4daf47796fe66c24c8fdce25f043
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Dec 26 10:13:51 2022 +0100

    GuiHyperlink: some minor fixes
    
    * 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 |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/frontends/qt/ui/HyperlinkUi.ui 
b/src/frontends/qt/ui/HyperlinkUi.ui
index 9f19721..ab90a46 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>306</width>
+    <width>319</width>
     <height>226</height>
    </rect>
   </property>
@@ -130,7 +130,7 @@
       <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>
@@ -162,8 +162,11 @@
       </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>
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to