[empathy] notifications-approver: move translators comment right before the string



commit 80a217a0b8533f8f936140082b90da793bc1b154
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Sep 13 10:24:48 2011 +0200

    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

 src/empathy-notifications-approver.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-notifications-approver.c b/src/empathy-notifications-approver.c
index aa46308..c312a3b 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]