From 61b8af2252926f7171fb3cf80a6626c15a16af44 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Sat, 8 Oct 2011 01:50:20 +0200 Subject: [PATCH] Add translator comment for button label --- js/ui/telepathyClient.js | 1 + 1 file changed, 1 insertion(+) 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) {