aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-bluetooth-service.vala
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2013-01-31 12:27:59 -0500
committerMichael Terry <michael.terry@canonical.com>2013-01-31 12:27:59 -0500
commitead9d50f78291618e8a4e21a04632727de65af75 (patch)
treef1b64e1517732278ad1912a5d41be2fcf9b5d681 /src/indicator-bluetooth-service.vala
parente73d88a47b9c2862db998f6bfb2310b033fd330a (diff)
downloadayatana-indicator-bluetooth-ead9d50f78291618e8a4e21a04632727de65af75.tar.gz
ayatana-indicator-bluetooth-ead9d50f78291618e8a4e21a04632727de65af75.tar.bz2
ayatana-indicator-bluetooth-ead9d50f78291618e8a4e21a04632727de65af75.zip
translate accessible descriptions
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; }