summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-01-26 04:13:56 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-01-26 04:13:56 +0100
commit13f079dbda0041c6926436221c2bcfb8c86a2d9d (patch)
tree26645e1da55dba6e5b5fe212ca59da302e926c89
parent6b61ef14d789c6ccaecc2a159ecde3ed9eb02d28 (diff)
downloadtelepathy-account-widgets-13f079dbda0041c6926436221c2bcfb8c86a2d9d.tar.gz
Fix translator comments
They need to be exactly one line above a string to show up in .po files.
-rw-r--r--tp-account-widgets/tpaw-account-widget-sip.c8
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 c3e8fdb3..4160bfb9 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,