Skip to content

Commit

Permalink
Remove links from tooltips
Browse files Browse the repository at this point in the history
Tooltips do not support links.
  • Loading branch information
andrewdavidwong committed May 1, 2023
1 parent 639662d commit 7f2888d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qubes_config/global_config.glade
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">New qubes will be based on this template by default. You can choose a different template when you create a qube. This setting has no effect on existing qubes. &lt;a href="https://www.qubes-os.org/doc/templates/"&gt;Learn more about templates.&lt;/a&gt;</property>
<property name="tooltip-text" translatable="yes">New qubes will be based on this template by default. You can choose a different template when you create a qube. This setting has no effect on existing qubes.</property>
<property name="xalign">0.5</property>
<property name="yalign">0.6000000238418579</property>
<property name="pixel-size">20</property>
Expand Down Expand Up @@ -492,7 +492,7 @@
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">A disposable template is an app qube on which disposables are based. When you start a disposable, it will be based on this app qube by default. &lt;a href="https://www.qubes-os.org/doc/how-to-use-disposables/"&gt;Learn how to use disposables.&lt;/a&gt;</property>
<property name="tooltip-text" translatable="yes">A disposable template is an app qube on which disposables are based. When you start a disposable, it will be based on this app qube by default.</property>
<property name="xalign">0.5</property>
<property name="yalign">0.6000000238418579</property>
<property name="pixel-size">20</property>
Expand Down

0 comments on commit 7f2888d

Please sign in to comment.