XO-1.5 network disconnection button testing

James Cameron quozl at laptop.org
Wed Mar 31 18:46:24 EDT 2010


On Wed, Mar 31, 2010 at 06:04:43PM -0400, Paul Fox wrote:
>  > The advisory text should be changed to point out this side-effect.
>  > That's easy, I'll do that.  (What do I do about translations though?)
> 
> i don't think it's all that big a deal.  after all, the button
> lives beneath text that says
>     Discard network history if you have trouble connecting to
>     the network.
> 
> one wouldn't normally use the button if one is successfully connected.  :-)
> so i wouldn't change the text.

Okay.  Here's the change I proposed, and I agree it isn't that
important.

>From e5e2552ba02f8dfce07f62bb3ff38d66c51c42ea Mon Sep 17 00:00:00 2001
From: James Cameron <quozl at laptop.org>
Date: Thu, 1 Apr 2010 09:05:39 +1100
Subject: [PATCH 5/6] fix explanation of discard network history effects

---
 extensions/cpsection/network/view.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/extensions/cpsection/network/view.py b/extensions/cpsection/network/view.py
index c387667..28865d3 100644
--- a/extensions/cpsection/network/view.py
+++ b/extensions/cpsection/network/view.py
@@ -62,7 +62,7 @@ class Network(SectionView):
         box_wireless.set_spacing(style.DEFAULT_SPACING)
 
         radio_info = gtk.Label(_("Turn off the wireless radio to save " 
-                                 "battery life"))
+                                 "battery life."))
         radio_info.set_alignment(0, 0)
         radio_info.set_line_wrap(True)
         radio_info.show()
@@ -90,8 +90,10 @@ class Network(SectionView):
             self._radio_alert.props.msg = self.restart_msg
             self._radio_alert.show()
 
-        history_info = gtk.Label(_("Discard network history if you " 
-                                   "have trouble connecting to the network"))
+        history_info = gtk.Label(_("Discard network history if you have trouble"
+                                   " connecting to a wireless network.  Also"
+                                   " disconnects from any current wireless"
+                                   " network."))
         history_info.set_alignment(0, 0)
         history_info.set_line_wrap(True)
         history_info.show()
-- 
1.7.0

--
James Cameron
http://quozl.linux.org.au/



More information about the Devel mailing list