aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-notifications-approver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-notifications-approver.c b/src/empathy-notifications-approver.c
index aa4630849..c312a3be6 100644
--- a/src/empathy-notifications-approver.c
+++ b/src/empathy-notifications-approver.c
@@ -253,10 +253,10 @@ add_notification_actions (EmpathyNotificationsApprover *self,
break;
case EMPATHY_EVENT_TYPE_AUTH:
- /* translators: the 'Provide' button is displayed in a notification
- * bubble when Empathy is asking for an account password; clicking on it
- * brings the password popup. */
notify_notification_add_action (notification,
+ /* translators: the 'Provide' button is displayed in a notification
+ * bubble when Empathy is asking for an account password; clicking on it
+ * brings the password popup. */
"provide", _("Provide"), (NotifyActionCallback) notification_approve_cb,
self, NULL);
break;