aboutsummaryrefslogtreecommitdiff
path: root/src/prepaid-manager-applet.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/prepaid-manager-applet.py')
-rwxr-xr-xsrc/prepaid-manager-applet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prepaid-manager-applet.py b/src/prepaid-manager-applet.py
index 6dd3940..23ee902 100755
--- a/src/prepaid-manager-applet.py
+++ b/src/prepaid-manager-applet.py
@@ -462,7 +462,7 @@ class PPMProviderInfoMissingDialog(object):
"""
wiki_url = ('<a href = \"http://live.gnome.org/NetworkManager/'
- 'MobileBroadband/ServiceProviders\">website</a>')
+ 'MobileBroadband/ServiceProviders\">GNOME Wiki</a>')
def __init__(self, main_dialog):
self.dialog = Gtk.MessageDialog(parent=main_dialog.dialog,
@@ -481,7 +481,7 @@ class PPMProviderInfoMissingDialog(object):
_("We can't find any information about your provider with "
"mcc '%s' and mnc '%s'.")
}
- self.common_msg = _("\n\nYou can go to %s to learn how to provide that "
+ self.common_msg = _("\n\nYou can go to the %s to learn how to provide that "
"information.")
def _run(self, msg):