aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-bluetooth.vala
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2013-02-06 03:16:55 +0000
committerTarmac <>2013-02-06 03:16:55 +0000
commitb4ead8b4ab91eeaa50393e92eeedb43cd08ec98b (patch)
tree6c241b301ded4a9720b49692a611a485961a4780 /src/indicator-bluetooth.vala
parent103c24e211506a37b29985716e2f91097870e0a4 (diff)
parent7471eb6e39fc75e63c90fb591142f5a92e9f8461 (diff)
downloadayatana-indicator-bluetooth-b4ead8b4ab91eeaa50393e92eeedb43cd08ec98b.tar.gz
ayatana-indicator-bluetooth-b4ead8b4ab91eeaa50393e92eeedb43cd08ec98b.tar.bz2
ayatana-indicator-bluetooth-b4ead8b4ab91eeaa50393e92eeedb43cd08ec98b.zip
A couple strings weren't marked for translation.
Approved by Mathieu Trudel-Lapierre.
Diffstat (limited to 'src/indicator-bluetooth.vala')
-rw-r--r--src/indicator-bluetooth.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-bluetooth.vala b/src/indicator-bluetooth.vala
index 4419382..4f3aef8 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
{