GNOME Bugzilla – Bug 756432
Bluetooth status: "On" is better than "Not in Use"
Last modified: 2017-03-02 06:15:43 UTC
If Bluetooth is on but there aren't connected devices, the status in the menu reads "Not in Use". This is potentially confusing: it's a negative statement, even though Bluetooth is on. It also sits uneasily (and looks even more confusing) next to the submenu item "Turn Off". Changing the string to "On" or "Bluetooth On" would be better.
Created attachment 337490 [details] [review] bluetooth: Replace "Not In Use" status string with "On" If Bluetooth is on but there aren't connected devices, the status in the menu reads "Not in Use". This is potentially confusing: it's a negative statement, even though Bluetooth is on. It also sits uneasily (and looks even more confusing) next to the submenu item "Turn Off". Changing the string to "On" is better.
Review of attachment 337490 [details] [review]: Code is obviously fine, but the patch shouldn't touch the gnome-shell-sass and gvc submodules.
Created attachment 337503 [details] [review] bluetooth: Replace "Not In Use" status string with "On" If Bluetooth is on but there aren't connected devices, the status in the menu reads "Not in Use". This is potentially confusing: it's a negative statement, even though Bluetooth is on. It also sits uneasily (and looks even more confusing) next to the submenu item "Turn Off". Changing the string to "On" is better.
Review of attachment 337503 [details] [review]: Yup
Attachment 337503 [details] pushed as 9c6e68f - bluetooth: Replace "Not In Use" status string with "On"
Just "On" or "Off" is not complete, we should add device name into the string, like "Bluetooth On". See https://bugzilla.gnome.org/show_bug.cgi?id=773650