|
|
0c84e1 |
From d01ec0b07d425580cf3dcf7246ec807dbcf1aa5e Mon Sep 17 00:00:00 2001
|
|
|
0c84e1 |
From: Tomas Hozza <thozza@redhat.com>
|
|
|
0c84e1 |
Date: Fri, 15 Nov 2013 10:44:45 +0100
|
|
|
0c84e1 |
Subject: [PATCH] Improve texts in dialogs to be more clear
|
|
|
0c84e1 |
|
|
|
0c84e1 |
Improve texts in Hotspot sing-on dialog and also
|
|
|
0c84e1 |
some dialogs labels and pop-up panel button label,
|
|
|
0c84e1 |
to describe the situation more clearly.
|
|
|
0c84e1 |
|
|
|
0c84e1 |
Changes are proposed and reviewed by Red Hat
|
|
|
0c84e1 |
Documentation Team.
|
|
|
0c84e1 |
|
|
|
0c84e1 |
Signed-off-by: Tomas Hozza <thozza@redhat.com>
|
|
|
0c84e1 |
---
|
|
|
0c84e1 |
panel/pui.xml | 48 +++++++++++++++++++++++++++---------------------
|
|
|
0c84e1 |
1 file changed, 27 insertions(+), 21 deletions(-)
|
|
|
0c84e1 |
|
|
|
0c84e1 |
diff --git a/panel/pui.xml b/panel/pui.xml
|
|
|
0c84e1 |
index 4915d83..f1051b2 100644
|
|
|
0c84e1 |
--- a/panel/pui.xml
|
|
|
0c84e1 |
+++ b/panel/pui.xml
|
|
|
0c84e1 |
@@ -4,7 +4,7 @@
|
|
|
0c84e1 |
<object class="GtkDialog" id="hotsign_dialog">
|
|
|
0c84e1 |
<property name="can_focus">False</property>
|
|
|
0c84e1 |
<property name="border_width">5</property>
|
|
|
0c84e1 |
- <property name="title" translatable="yes">Hotspot Signon</property>
|
|
|
0c84e1 |
+ <property name="title" translatable="yes">Disable DNSSEC for Hotspot Sign On</property>
|
|
|
0c84e1 |
<property name="type_hint">dialog</property>
|
|
|
0c84e1 |
<signal name="delete-event" handler="on_hotsign_dialog_delete_event" swapped="no"/>
|
|
|
0c84e1 |
<child internal-child="vbox">
|
|
|
0c84e1 |
@@ -16,10 +16,15 @@
|
|
|
0c84e1 |
<object class="GtkLabel" id="label2">
|
|
|
0c84e1 |
<property name="visible">True</property>
|
|
|
0c84e1 |
<property name="can_focus">False</property>
|
|
|
0c84e1 |
- <property name="label" translatable="yes">Some networks need insecure signon. After you log in to the
|
|
|
0c84e1 |
-network via its portal page, select <i>Reprobe</i> to get secure again.
|
|
|
0c84e1 |
+ <property name="label" translatable="yes">Some networks, such as Hotspots, require you to sign on, or register,
|
|
|
0c84e1 |
+before allowing full network access. By clicking <i>OK</i>, DNSSEC will be
|
|
|
0c84e1 |
+disabled to allow you to connect to the captive portal's sign-on
|
|
|
0c84e1 |
+page. After you have signed on and full network access has been enabled,
|
|
|
0c84e1 |
+DNSSEC-trigger should detect this and enable DNSSEC again. You can also
|
|
|
0c84e1 |
+select <i>Reprobe</i> to attempt to establish a secure connection to a DNSSEC
|
|
|
0c84e1 |
+capable name server.
|
|
|
0c84e1 |
|
|
|
0c84e1 |
-<i>Please, stay safe out there.</i></property>
|
|
|
0c84e1 |
+<i>A red exclamation mark in the icon warns you when DNSSEC is disabled.</i></property>
|
|
|
0c84e1 |
<property name="use_markup">True</property>
|
|
|
0c84e1 |
</object>
|
|
|
0c84e1 |
<packing>
|
|
|
0c84e1 |
@@ -138,10 +143,10 @@ network via its portal page, select <i>Reprobe</i> to get secure aga
|
|
|
0c84e1 |
<object class="GtkLabel" id="label3">
|
|
|
0c84e1 |
<property name="visible">True</property>
|
|
|
0c84e1 |
<property name="can_focus">False</property>
|
|
|
0c84e1 |
- <property name="label" translatable="yes">There is no web access on this network. Do you have to login for that?
|
|
|
0c84e1 |
+ <property name="label" translatable="yes">There is no access to external websites from this network. Do you have to login for that?
|
|
|
0c84e1 |
|
|
|
0c84e1 |
-While you login you are <i>insecure</i>, for backwards compatibility, until
|
|
|
0c84e1 |
-dnssec-trigger can detect web access.
|
|
|
0c84e1 |
+When you select <i>Log in</i>, DNSSEC will be disabled for backwards compatibility reasons, until
|
|
|
0c84e1 |
+DNSSEC-trigger can detect web access.
|
|
|
0c84e1 |
|
|
|
0c84e1 |
<i>Skip</i> this if you do not have to log in on this network.</property>
|
|
|
0c84e1 |
<property name="use_markup">True</property>
|
|
|
0c84e1 |
@@ -162,7 +167,7 @@ dnssec-trigger can detect web access.
|
|
|
0c84e1 |
<object class="GtkDialog" id="result_dialog">
|
|
|
0c84e1 |
<property name="can_focus">False</property>
|
|
|
0c84e1 |
<property name="border_width">5</property>
|
|
|
0c84e1 |
- <property name="title" translatable="yes">probe dnssec results</property>
|
|
|
0c84e1 |
+ <property name="title" translatable="yes">Results of DNSSEC probe</property>
|
|
|
0c84e1 |
<property name="default_width">400</property>
|
|
|
0c84e1 |
<property name="default_height">280</property>
|
|
|
0c84e1 |
<property name="type_hint">normal</property>
|
|
|
0c84e1 |
@@ -251,7 +256,7 @@ dnssec-trigger can detect web access.
|
|
|
0c84e1 |
<property name="visible">True</property>
|
|
|
0c84e1 |
<property name="can_focus">False</property>
|
|
|
0c84e1 |
<property name="use_action_appearance">False</property>
|
|
|
0c84e1 |
- <property name="label" translatable="yes">Hotspot signon</property>
|
|
|
0c84e1 |
+ <property name="label" translatable="yes">Hotspot sign-on</property>
|
|
|
0c84e1 |
<property name="use_underline">True</property>
|
|
|
0c84e1 |
<signal name="activate" handler="on_hotspotsignon_activate" swapped="no"/>
|
|
|
0c84e1 |
</object>
|
|
|
0c84e1 |
@@ -331,28 +336,29 @@ dnssec-trigger can detect web access.
|
|
|
0c84e1 |
<object class="GtkLabel" id="label1">
|
|
|
0c84e1 |
<property name="visible">True</property>
|
|
|
0c84e1 |
<property name="can_focus">False</property>
|
|
|
0c84e1 |
- <property name="label" translatable="yes"><b>The Network Fails to Support DNSSEC</b>
|
|
|
0c84e1 |
+ <property name="label" translatable="yes"><b>This Network Fails to Support DNSSEC</b>
|
|
|
0c84e1 |
|
|
|
0c84e1 |
-The network you are connected to does not allow DNSSEC, via
|
|
|
0c84e1 |
-the provided DNS caches, nor via contacting servers on the
|
|
|
0c84e1 |
-internet directly (it filters traffic to this end). It is not possible
|
|
|
0c84e1 |
-to provide DNSSEC security, but you can connect insecurely.
|
|
|
0c84e1 |
+The network you are connected to does not allow DNS Security
|
|
|
0c84e1 |
+Extensions (DNSSEC) via the provided DNS caches, nor via contacting
|
|
|
0c84e1 |
+DNS name servers on the Internet directly (it filters traffic
|
|
|
0c84e1 |
+to this end). It is not possible to provide DNSSEC, but you can
|
|
|
0c84e1 |
+connect insecurely.
|
|
|
0c84e1 |
|
|
|
0c84e1 |
Do you want to connect insecurely?
|
|
|
0c84e1 |
|
|
|
0c84e1 |
-* if you choose <b>Disconnect</b> then DNS is disabled. It is safe,
|
|
|
0c84e1 |
-but there is very little that works.
|
|
|
0c84e1 |
+* if you choose <b>Disconnect</b> then DNS is disabled.
|
|
|
0c84e1 |
+It is safe, but there is very little that works.
|
|
|
0c84e1 |
|
|
|
0c84e1 |
-* if you choose <b>Insecure</b> then the DNSSEC security is lost.
|
|
|
0c84e1 |
+* if you choose <b>Insecure</b> then DNSSEC is disabled and security is lost.
|
|
|
0c84e1 |
You can connect and work. But there is no safety. The network
|
|
|
0c84e1 |
interferes with DNSSEC, it may also interfere with other things.
|
|
|
0c84e1 |
Have caution and work with sensitive personal and financial
|
|
|
0c84e1 |
things some other time.
|
|
|
0c84e1 |
|
|
|
0c84e1 |
-Some hotspots may work after you have gained access via
|
|
|
0c84e1 |
-its signon page. Then use <i>Reprobe</i> from the menu to retry.
|
|
|
0c84e1 |
+Some Hotspots may work after you have gained access via
|
|
|
0c84e1 |
+its sign-on page. Then use <i>Reprobe</i> from the menu to retry.
|
|
|
0c84e1 |
|
|
|
0c84e1 |
-<i>Stay safe out there!</i></property>
|
|
|
0c84e1 |
+<i>A red exclamation mark in the icon warns you when DNSSEC is disabled.</i></property>
|
|
|
0c84e1 |
<property name="use_markup">True</property>
|
|
|
0c84e1 |
</object>
|
|
|
0c84e1 |
<packing>
|
|
|
0c84e1 |
@@ -383,7 +389,7 @@ its signon page. Then use <i>Reprobe</i> from the menu to retry.
|
|
|
0c84e1 |
<object class="GtkLabel" id="update_label">
|
|
|
0c84e1 |
<property name="visible">True</property>
|
|
|
0c84e1 |
<property name="can_focus">False</property>
|
|
|
0c84e1 |
- <property name="label" translatable="yes">There is a software update available for dnssec-trigger.
|
|
|
0c84e1 |
+ <property name="label" translatable="yes">There is a software update available for DNSSEC-trigger.
|
|
|
0c84e1 |
Do you wish to install the update?</property>
|
|
|
0c84e1 |
<property name="use_markup">True</property>
|
|
|
0c84e1 |
</object>
|
|
|
0c84e1 |
--
|
|
|
0c84e1 |
1.8.3.1
|
|
|
0c84e1 |
|