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 = [];