mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
Try to be more precise in the hyperlink type tooltips
This commit is contained in:
parent
d3b5905007
commit
14d74c9578
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user