mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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)
This commit is contained in:
parent
b9b0ac1b6c
commit
5f8e41dc9b
@ -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>&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>&Other[[Link Type]]</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user