After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 773650 - gnome-shell bluetooth status string is incomplete
gnome-shell bluetooth status string is incomplete
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: system-status
3.24.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 785639 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2016-10-28 22:18 UTC by wsxy162
Modified: 2021-07-05 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnome-shell master pot file (38.62 KB, application/vnd.ms-powerpoint)
2016-10-28 22:18 UTC, wsxy162
Details
gnome-shell-panel bluetooth status string (15.51 KB, image/png)
2017-03-01 17:41 UTC, wsxy162
Details

Description wsxy162 2016-10-28 22:18:01 UTC
Created attachment 338750 [details]
gnome-shell master pot file

There is a later added string to translate which from bluetooth applet,
#: js/ui/status/bluetooth.js:138
msgid "Off"
msgstr ""

and a already exist string from network-manager,
#. Translators: %s is a network identifier
#: js/ui/status/network.js:451 js/ui/status/network.js:1308
#, javascript-format
msgid "%s Off"
msgstr ""

These two strings don't quite match, if the first one can be change to "Bluetooth Off", this would be better.
Comment 1 wsxy162 2016-10-28 22:32:57 UTC
Forget to mention another status string from bluetooth applet, 
#: js/ui/status/bluetooth.js:140
msgid "On"
msgstr ""
Comment 2 wsxy162 2017-03-01 17:41:15 UTC
Created attachment 346984 [details]
gnome-shell-panel  bluetooth status string

In this case,the string should be "Bluetooth Off".
Comment 3 Florian Müllner 2017-03-01 19:22:52 UTC
For context, the string was changed in bug 756432.
Comment 4 Bastien Nocera 2017-03-02 11:56:52 UTC
Is the problem that the string is not unique? Or that it's lacking a context? Or that it's one more string you have to translate?
Comment 5 wsxy162 2017-03-25 14:54:43 UTC
There are several status items coexist in the panel, other components are using "device_name + status" template for indication, only the bluetooth component is using only one word "status" string. My expectation is that using the same template in gnome-shell panel for status indications of all device.
Comment 6 Florian Müllner 2017-07-31 15:40:05 UTC
*** Bug 785639 has been marked as a duplicate of this bug. ***
Comment 7 Sebastien Bacher 2017-07-31 23:20:14 UTC
Changing back to new because it looks like Bastien's comment got a reply, I reported a bug about the string inconsistency which was marked as duplicate

"Using gnome-shell 3.24 on Ubuntu, turning off wifi and bluetooth the corresponding indicator menu items are labeled "wifi off" and "off" (and not "bluetooth off")"
Comment 8 Sebastien Bacher 2017-08-10 14:04:10 UTC
Would a patch changing the bluetooth string be fine there or is it blocked on design input?
Comment 9 Bastien Nocera 2017-08-13 11:09:15 UTC
(In reply to Sebastien Bacher from comment #8)
> Would a patch changing the bluetooth string be fine there or is it blocked
> on design input?

Needs design input.

(In reply to Florian Müllner from comment #3)
> For context, the string was changed in bug 756432.

That was the bug for "Not In Use" -> "On". The "Off" string was added in bug 723848, as before we just wouldn't show the menu item when the device was off.
Comment 10 GNOME Infrastructure Team 2021-07-05 14:07:26 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of  gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/

Thank you for your understanding and your help.