diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js index a0a58236f..331536602 100644 --- a/js/ui/telepathyClient.js +++ b/js/ui/telepathyClient.js @@ -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) {