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 605631 - Type of Bluetooth device isn't translated in Preferences dialog
Type of Bluetooth device isn't translated in Preferences dialog
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-12-28 22:21 UTC by Daniele Forsi
Modified: 2010-01-01 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace N_() with _() (1.95 KB, patch)
2009-12-28 22:24 UTC, Daniele Forsi
committed Details | Review

Description Daniele Forsi 2009-12-28 22:21:50 UTC
Strings from bluetooth_type_to_string() are included in .po files but aren't translated at runtime because the N_() macro is used.

Attached patch replaces N_() with _() in bluetooth_type_to_string().
Comment 1 Daniele Forsi 2009-12-28 22:24:51 UTC
Created attachment 150510 [details] [review]
Replace N_() with _()