mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
autorun: mark string as translatable
This commit is contained in:
parent
b64c237cb3
commit
38690d4a09
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue