aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-bluetooth-service.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/indicator-bluetooth-service.vala')
-rw-r--r--src/indicator-bluetooth-service.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-bluetooth-service.vala b/src/indicator-bluetooth-service.vala
index c3b97d2..4b62e74 100644
--- a/src/indicator-bluetooth-service.vala
+++ b/src/indicator-bluetooth-service.vala
@@ -382,7 +382,7 @@ private class BluetoothService : Object
{
get { return _icon_name; }
}
- internal string _accessible_description = "Bluetooth";
+ internal string _accessible_description = _("Bluetooth");
public string accessible_description
{
get { return _accessible_description; }