autorun: mark string as translatable
This commit is contained in:
parent
b64c237cb3
commit
38690d4a09
@ -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 = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user