From 5ef5e25a7f1ee89973788550b10784dd6ac11f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Fortin=20Tam?= Date: Mon, 5 Nov 2012 11:32:45 -0500 Subject: [PATCH] Use "Decline" instead of "Reject" for incoming calls This makes GNOME Shell more polite Fixes bug #661194 --- js/ui/components/telepathyClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js index dc7da4d5e..4268253c4 100644 --- a/js/ui/components/telepathyClient.js +++ b/js/ui/components/telepathyClient.js @@ -1135,7 +1135,7 @@ const AudioVideoNotification = new Lang.Class({ this.parent(source, title, null, { customContent: true }); this.setResident(true); - this.addButton('reject', _("Reject")); + this.addButton('reject', _("Decline")); /* translators: this is a button label (verb), not a noun */ this.addButton('answer', _("Answer"));