aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-04-17 18:19:50 +0200
committerGuido Günther <agx@sigxcpu.org>2011-04-25 23:22:56 +0200
commit26c0560f6c4a5869859f7daf7e41f73d739e49cd (patch)
tree64988ce9ae63378c70dd90786d335997d620b703
parent02f90e8f7dc5707e91a74dabefd661e529a89499 (diff)
Website is GNOME Wiki
-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):