aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-notifications-approver.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-13 16:24:48 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-13 17:18:52 +0800
commit80a217a0b8533f8f936140082b90da793bc1b154 (patch)
treef38d719dfc1bea91d452bbafad7592867c902cf6 /src/empathy-notifications-approver.c
parent2a856251402a5ed06a5f9853b7b26abfcbf5eb3c (diff)
downloadgsoc2013-empathy-80a217a0b8533f8f936140082b90da793bc1b154.tar
gsoc2013-empathy-80a217a0b8533f8f936140082b90da793bc1b154.tar.gz
gsoc2013-empathy-80a217a0b8533f8f936140082b90da793bc1b154.tar.bz2
gsoc2013-empathy-80a217a0b8533f8f936140082b90da793bc1b154.tar.lz
gsoc2013-empathy-80a217a0b8533f8f936140082b90da793bc1b154.tar.xz
gsoc2013-empathy-80a217a0b8533f8f936140082b90da793bc1b154.tar.zst
gsoc2013-empathy-80a217a0b8533f8f936140082b90da793bc1b154.zip
notifications-approver: move translators comment right before the string
Comments have to be on the line just before the string to be picked by gettext. https://bugzilla.gnome.org/show_bug.cgi?id=658866
Diffstat (limited to 'src/empathy-notifications-approver.c')
-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;