[gnome-shell] Use "Decline" instead of "Reject" for incoming calls
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Use "Decline" instead of "Reject" for incoming calls
- Date: Tue, 6 Nov 2012 20:54:44 +0000 (UTC)
commit 5ef5e25a7f1ee89973788550b10784dd6ac11f89
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Mon Nov 5 11:32:45 2012 -0500
Use "Decline" instead of "Reject" for incoming calls
This makes GNOME Shell more polite
Fixes bug #661194
js/ui/components/telepathyClient.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js
index dc7da4d..4268253 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"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]