From ead9d50f78291618e8a4e21a04632727de65af75 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Thu, 31 Jan 2013 12:27:59 -0500 Subject: translate accessible descriptions --- src/indicator-bluetooth.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indicator-bluetooth.vala') diff --git a/src/indicator-bluetooth.vala b/src/indicator-bluetooth.vala index 3498261..729c1bf 100644 --- a/src/indicator-bluetooth.vala +++ b/src/indicator-bluetooth.vala @@ -14,7 +14,7 @@ public class BluetoothIndicator : Indicator.Object private Gtk.Image image; private DbusmenuGtk.Menu menu; private BluetoothService proxy; - private string accessible_description = "Bluetooth: On"; + private string accessible_description = _("Bluetooth: On"); construct { -- cgit v1.2.3