Use "Decline" instead of "Reject" for incoming calls

This makes GNOME Shell more polite
Fixes bug #661194
This commit is contained in:
Jean-François Fortin Tam 2012-11-05 11:32:45 -05:00 committed by Allan Day
parent 87e8770cbc
commit 5ef5e25a7f

View File

@ -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"));