summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-01-28 01:43:24 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-01-28 01:44:10 +0100
commitc432d4ab29c4c108e7b2fca6e20cf53e5a5e1860 (patch)
tree5c3706ebdd2c0c6a0d6907900ac9d8768e1ca16e
parentfe9727632338315f256d350f36cd186f1072f3dc (diff)
downloadnetwork-manager-applet-c432d4ab29c4c108e7b2fca6e20cf53e5a5e1860.tar.gz
Fix a translator comment
They need to be exactly one line above a string to show up in .po files.
-rw-r--r--src/connection-editor/page-mobile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection-editor/page-mobile.c b/src/connection-editor/page-mobile.c
index 02ccd671..f95c26ba 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);