Add translator comment for button label

This commit is contained in:
Wouter Bolsterlee 2011-10-08 01:50:20 +02:00
parent c99afed012
commit 61b8af2252

View File

@ -1202,6 +1202,7 @@ AudioVideoNotification.prototype = {
this.setResident(true);
this.addButton('reject', _("Reject"));
/* translators: this is a button label (verb), not a noun */
this.addButton('answer', _("Answer"));
this.connect('action-invoked', Lang.bind(this, function(self, action) {