[network-manager-applet] Fix a translator comment



commit c432d4ab29c4c108e7b2fca6e20cf53e5a5e1860
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Jan 28 01:43:24 2017 +0100

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

 src/connection-editor/page-mobile.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/page-mobile.c b/src/connection-editor/page-mobile.c
index 02ccd67..f95c26b 100644
--- a/src/connection-editor/page-mobile.c
+++ b/src/connection-editor/page-mobile.c
@@ -573,9 +573,9 @@ mobile_connection_new (FUNC_TAG_PAGE_NEW_CONNECTION_IMPL,
        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (gsm_radio), TRUE);
        gtk_box_pack_start (GTK_BOX (vbox), gsm_radio, FALSE, FALSE, 6);
 
-       /* Translators: CDMA has 'D' accelerator key; 'C' collides with 'Cancel' button.
-                       You may need to change it according to your language. */
        cdma_radio = gtk_radio_button_new_with_mnemonic_from_widget (GTK_RADIO_BUTTON (gsm_radio),
+                                           /* Translators: CDMA has 'D' accelerator key; 'C' collides with 
'Cancel' button.
+                                                           You may need to change it according to your 
language. */
                                            _("My provider uses C_DMA-based technology (i.e. 1xRTT, EVDO)"));
        gtk_box_pack_start (GTK_BOX (vbox), cdma_radio, FALSE, FALSE, 6);
 


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