autorun: mark string as translatable
This commit is contained in:
@ -277,7 +277,7 @@ AutorunResidentSource.prototype = {
|
|||||||
__proto__: MessageTray.Source.prototype,
|
__proto__: MessageTray.Source.prototype,
|
||||||
|
|
||||||
_init: function() {
|
_init: function() {
|
||||||
MessageTray.Source.prototype._init.call(this, _('Removable Devices'));
|
MessageTray.Source.prototype._init.call(this, _("Removable Devices"));
|
||||||
|
|
||||||
this._mounts = [];
|
this._mounts = [];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user