[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-03-05 Thread Cody Russell
It doesn't seem that this was ever fixed, so I'm not sure that it's a
duplicate.  I'm not sure how to re-open it yet either though. ;)

This patch swaps the positions of the strings, and it changes
Connection Established to Connection established (lowercase 'e')

** Attachment removed: Fix the indenting/spacing

   http://launchpadlibrarian.net/23113518/connected-message-3.diff

** Attachment added: connected-message-3.diff
   http://launchpadlibrarian.net/23520811/connected-message-3.diff

** This bug is no longer a duplicate of bug 328572
   Connecting/disconnecting notification changes

** Attachment removed: Proposed patch

   http://launchpadlibrarian.net/22744030/connected-message.diff

** Attachment removed: Revised patch

   http://launchpadlibrarian.net/22748547/connected-message-2.diff

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-03-05 Thread Cody Russell
** Changed in: network-manager-applet (Ubuntu)
   Status: Triaged = Invalid

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-03-04 Thread Alexander Sack
*** This bug is a duplicate of bug 328572 ***
https://bugs.launchpad.net/bugs/328572

this seems to be a (partial) dupe for bug 328572 ... also this patch
seems to be against 0.7 and not 0.7.1? will take the patch from the
other bug. if that was wrong let me know ;).

** This bug has been marked a duplicate of bug 328572
   Connecting/disconnecting notification changes

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-02-25 Thread Cody Russell

** Attachment added: Fix the indenting/spacing
   http://launchpadlibrarian.net/23113518/connected-message-3.diff

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-02-24 Thread draoi99
Here's a picture of what it looks like, looks pretty bad...


** Attachment added: Jaunty Wireless Notification
   http://launchpadlibrarian.net/23087837/wireless_Notification.jpg

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-02-19 Thread Pedro Villavicencio
Alexander may you have a look to the patch? thanks.

** Changed in: network-manager-applet (Ubuntu)
   Importance: Undecided = Low
   Status: New = Triaged

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-02-17 Thread Matthew Paul Thomas
** Summary changed:

- Change the connected message in nm-applet
+ Wireless-connected message in nm-applet is unnecessarily long

** Description changed:

- The notification message needs to be changed for when you connect to a
- wireless network.
+ When you connect to a wireless network, Network Manager puts up a 
notification bubble with:
+ * title You are now connected to the wireless network %s
+ * body Connection Established.
  
- The current message works like this.  The title says:
-You are now connected to the wireless network '%s
- 
- And the body says:
-Connection Established
- 
- The desired change is that we:
-   1/ move Connection Established from body to the title
-   2/ Remove the You are now connected to the wireless network part of the 
title, so it is simply the SSID.
+ The title is unnecessarily long, and the body does not follow standard 
capitalization for notification text. Instead, the bubble should appear with:
+ * title %s (just the name of the wireless network)
+ * body Connection established (with lower-case e).

** Description changed:

  When you connect to a wireless network, Network Manager puts up a 
notification bubble with:
- * title You are now connected to the wireless network %s
- * body Connection Established.
+ * title Connection Established
+ * body You are now connected to the wireless network %s.
  
- The title is unnecessarily long, and the body does not follow standard 
capitalization for notification text. Instead, the bubble should appear with:
+ This text is unnecessarily long, and the wireless network name arguably
+ should be more prominent because it is more variable while Connection
+ established is always the same.
+ 
+ Instead, the bubble should appear with:
  * title %s (just the name of the wireless network)
  * body Connection established (with lower-case e).

** Tags added: osd-notifier

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-02-17 Thread Cody Russell

** Description changed:

  When you connect to a wireless network, Network Manager puts up a 
notification bubble with:
- * title Connection Established
- * body You are now connected to the wireless network %s.
+ * title You are now connected to the wireless network %s.
+ * body Connection Established
  
  This text is unnecessarily long, and the wireless network name arguably
  should be more prominent because it is more variable while Connection
  established is always the same.
  
  Instead, the bubble should appear with:
  * title %s (just the name of the wireless network)
  * body Connection established (with lower-case e).

** Attachment added: Revised patch
   http://launchpadlibrarian.net/22747546/connected-message-2.diff

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-02-17 Thread Cody Russell
** Description changed:

  When you connect to a wireless network, Network Manager puts up a 
notification bubble with:
- * title You are now connected to the wireless network %s.
- * body Connection Established
+ * body You are now connected to the wireless network %s.
+ * title Connection Established
  
  This text is unnecessarily long, and the wireless network name arguably
  should be more prominent because it is more variable while Connection
  established is always the same.
  
  Instead, the bubble should appear with:
  * title %s (just the name of the wireless network)
  * body Connection established (with lower-case e).

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-02-17 Thread Matthew Paul Thomas
** Description changed:

  When you connect to a wireless network, Network Manager puts up a 
notification bubble with:
+ * title Connection Established
  * body You are now connected to the wireless network %s.
- * title Connection Established
  
  This text is unnecessarily long, and the wireless network name arguably
  should be more prominent because it is more variable while Connection
  established is always the same.
  
  Instead, the bubble should appear with:
  * title %s (just the name of the wireless network)
  * body Connection established (with lower-case e).

-- 
Wireless-connected message in nm-applet is unnecessarily long
https://bugs.launchpad.net/bugs/330526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs