[panel] Fix translatable string
Fix a string which is not extracted correctly by marking it correctly with double quotes.
This commit is contained in:
parent
f8a5728615
commit
cc0de39725
@ -459,7 +459,7 @@ AppMenuButton.prototype = {
|
|||||||
|
|
||||||
this._label.setText(targetApp.get_name());
|
this._label.setText(targetApp.get_name());
|
||||||
// TODO - _quit() doesn't really work on apps in state STARTING yet
|
// TODO - _quit() doesn't really work on apps in state STARTING yet
|
||||||
this._quitMenu.label.set_text(_('Quit %s').format(targetApp.get_name()));
|
this._quitMenu.label.set_text(_("Quit %s").format(targetApp.get_name()));
|
||||||
|
|
||||||
this.actor.reactive = true;
|
this.actor.reactive = true;
|
||||||
this._iconBox.set_child(icon);
|
this._iconBox.set_child(icon);
|
||||||
|
Loading…
Reference in New Issue
Block a user