[panel] Fix translatable string

Fix a string which is not extracted correctly by marking it
correctly with double quotes.
This commit is contained in:
Florian Müllner 2010-07-18 19:33:10 +02:00
parent f8a5728615
commit cc0de39725

View File

@ -459,7 +459,7 @@ AppMenuButton.prototype = {
this._label.setText(targetApp.get_name());
// 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._iconBox.set_child(icon);