Skip to content

Commit

Permalink
Global Config GUI UI minor glade string issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alimirjamali committed Jul 7, 2024
1 parent 66e5cfb commit 051b908
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions qubes_config/global_config.glade
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">Dom0 doesn't have direct network access. Instead, a service qube called an "update proxy" downloads updates for it."</property>
<property name="tooltip-text" translatable="yes">Dom0 doesn't have direct network access. Instead, a service qube called an "update proxy" downloads updates for it.</property>
<property name="xalign">0.5</property>
<property name="yalign">0.6000000238418579</property>
<property name="pixel-size">20</property>
Expand Down Expand Up @@ -2383,7 +2383,7 @@
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">Updates that are still in testing may have bugs that make your system less stable. By enabling all testing updates, you will receive all changes as soon as possible. This option is suitable &lt;b&gt;only&lt;/b&gt; for testers on testing systems. This option is &lt;b&gt;not&lt;/b&gt; recommended for stable or production systems.</property>
<property name="tooltip-markup" translatable="yes">Updates that are still in testing may have bugs that make your system less stable. By enabling all testing updates, you will receive all changes as soon as possible. This option is suitable &lt;b&gt;only&lt;/b&gt; for testers on testing systems. This option is &lt;b&gt;not&lt;/b&gt; recommended for stable or production systems.</property>
<property name="xalign">0.5</property>
<property name="yalign">0.6000000238418579</property>
<property name="pixel-size">20</property>
Expand Down Expand Up @@ -3076,7 +3076,7 @@
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">All Whonix qubes (those with the &lt;tt&gt;whonix-updatevm&lt;/tt&gt; tag) will use this qube as an update proxy. This qube must be a Whonix gateway (e.g., &lt;tt&gt;sys-whonix&lt;/tt&gt;).</property>
<property name="tooltip-markup" translatable="yes">All Whonix qubes (those with the &lt;tt&gt;whonix-updatevm&lt;/tt&gt; tag) will use this qube as an update proxy. This qube must be a Whonix gateway (e.g., &lt;tt&gt;sys-whonix&lt;/tt&gt;).</property>
<property name="xalign">0.5</property>
<property name="yalign">0.6000000238418579</property>
<property name="pixel-size">20</property>
Expand Down Expand Up @@ -3563,6 +3563,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">This feature protects your PGP keys by "splitting" GNU Privacy Guard (GnuPG or GPG) into two halves: one or more backend "key" qubes that securely store your PGP keys and one or more frontend "access" qubes with the ability to use those keys according to rules you specify. &lt;a href="https://www.qubes-os.org/doc/split-gpg/"&gt;Learn more.&lt;/a&gt;</property>
<property name="use-markup">True</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
<style>
Expand Down Expand Up @@ -6307,7 +6308,7 @@ Inter-qube copy and paste actions are performed via special keyboard shortcuts,
<object class="GtkLabel" id="url_info">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">To learn more about the "Open URL" policy and its uses, please see the &lt;a href="https://www.qubes-os.org/doc/"&gt;online documentation&lt;/a&gt;.</property>
<property name="label" translatable="yes">To learn more about the "Open URL" policy and its uses, please see the &lt;a href="https://www.qubes-os.org/doc/how-to-use-disposables/"&gt;online documentation&lt;/a&gt;.</property>
<property name="use-markup">True</property>
<property name="wrap">True</property>
</object>
Expand Down

0 comments on commit 051b908

Please sign in to comment.