autorun: mark string as translatable

This commit is contained in:
Frédéric Péters 2011-09-21 21:06:04 +02:00
parent b64c237cb3
commit 38690d4a09

View File

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