From 38690d4a097f4c2e5c322d2bb5f656297af6f22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 21 Sep 2011 21:06:04 +0200 Subject: [PATCH] autorun: mark string as translatable --- js/ui/autorunManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/autorunManager.js b/js/ui/autorunManager.js index 33ba62f91..c4671e231 100644 --- a/js/ui/autorunManager.js +++ b/js/ui/autorunManager.js @@ -277,7 +277,7 @@ AutorunResidentSource.prototype = { __proto__: MessageTray.Source.prototype, _init: function() { - MessageTray.Source.prototype._init.call(this, _('Removable Devices')); + MessageTray.Source.prototype._init.call(this, _("Removable Devices")); this._mounts = [];