summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-08-28 14:25:14 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-10-26 11:48:50 +0200
commitb7402daa85ae46c183d4b415f7bea872a3877b1f (patch)
tree8bea87d718142eeb9caf1d7b28b0f0be683aabcf
parent1ed3c56dfe3f7e17627e0232001c795cf435178a (diff)
downloadnetwork-manager-applet-lr/jtojnar-happy.tar.gz
mobile-wizard: change unlisted provider radio labellr/jtojnar-happy
Since there is no longer a field for provider name, the string does not make much sense – the user is not entering a provider, she is only setting the APN.
-rw-r--r--src/libnma/nma-mobile-wizard.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnma/nma-mobile-wizard.ui b/src/libnma/nma-mobile-wizard.ui
index ccda4026..3f6637af 100644
--- a/src/libnma/nma-mobile-wizard.ui
+++ b/src/libnma/nma-mobile-wizard.ui
@@ -286,7 +286,7 @@
</child>
<child>
<object class="GtkRadioButton" id="provider_unlisted_radio">
- <property name="label" translatable="yes">I can’t find my provider and I wish to enter it _manually:</property>
+ <property name="label" translatable="yes">I can’t find my provider and I wish to set up the connection _manually:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>