]> git.0d.be Git - empathy.git/commitdiff
notifications-approver: move translators comment right before the string
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 13 Sep 2011 08:24:48 +0000 (10:24 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 13 Sep 2011 09:18:52 +0000 (11:18 +0200)
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

src/empathy-notifications-approver.c

index aa46308493d4526d0da5f4f3d3e066c159624023..c312a3be6686ede40d8f145113f2a456ffc6eea1 100644 (file)
@@ -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;