[telepathy-account-widgets] Fix translator comments



commit 13f079dbda0041c6926436221c2bcfb8c86a2d9d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Jan 26 04:13:56 2017 +0100

    Fix translator comments
    
    They need to be exactly one line above a string to show up in .po files.

 tp-account-widgets/tpaw-account-widget-sip.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tp-account-widgets/tpaw-account-widget-sip.c b/tp-account-widgets/tpaw-account-widget-sip.c
index c3e8fdb..4160bfb 100644
--- a/tp-account-widgets/tpaw-account-widget-sip.c
+++ b/tp-account-widgets/tpaw-account-widget-sip.c
@@ -230,14 +230,14 @@ tpaw_account_widget_sip_build (TpawAccountWidget *self,
       gtk_list_store_insert_with_values (store, NULL, -1,
           0, "auto", 1, _("Auto"), -1);
 
-      /* translators: this string is very specific to SIP's internal; maybe
-       * best to keep the English version. */
       gtk_list_store_insert_with_values (store, NULL, -1,
+          /* translators: this string is very specific to SIP's internal; maybe
+           * best to keep the English version. */
           0, "register", 1, _("Register"), -1);
 
-      /* translators: this string is very specific to SIP's internal; maybe
-       * best to keep the English version. */
       gtk_list_store_insert_with_values (store, NULL, -1,
+          /* translators: this string is very specific to SIP's internal; maybe
+           * best to keep the English version. */
           0, "options", 1, _("Options"), -1);
 
       gtk_list_store_insert_with_values (store, NULL, -1,


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