diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-06 16:38:23 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-09 16:03:57 +0800 |
commit | 7f4901b8677aeb0235b99acf2130eb5407f93b4d (patch) | |
tree | dce3e8521636dd3813516898af60140c6dfc5fd2 /src/empathy-notifications-approver.c | |
parent | 9cd96631aadd370af208741905d7b90eac93907c (diff) | |
download | gsoc2013-empathy-7f4901b8677aeb0235b99acf2130eb5407f93b4d.tar gsoc2013-empathy-7f4901b8677aeb0235b99acf2130eb5407f93b4d.tar.gz gsoc2013-empathy-7f4901b8677aeb0235b99acf2130eb5407f93b4d.tar.bz2 gsoc2013-empathy-7f4901b8677aeb0235b99acf2130eb5407f93b4d.tar.lz gsoc2013-empathy-7f4901b8677aeb0235b99acf2130eb5407f93b4d.tar.xz gsoc2013-empathy-7f4901b8677aeb0235b99acf2130eb5407f93b4d.tar.zst gsoc2013-empathy-7f4901b8677aeb0235b99acf2130eb5407f93b4d.zip |
add a translation comment explaining the 'Provide' string (#649492)
Diffstat (limited to 'src/empathy-notifications-approver.c')
-rw-r--r-- | src/empathy-notifications-approver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-notifications-approver.c b/src/empathy-notifications-approver.c index ec1e65c24..af6c139d2 100644 --- a/src/empathy-notifications-approver.c +++ b/src/empathy-notifications-approver.c @@ -219,6 +219,9 @@ 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, "provide", _("Provide"), (NotifyActionCallback) notification_approve_cb, self, NULL); |