aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-07-02 12:38:51 +0200
committerGuido Günther <agx@sigxcpu.org>2020-07-02 12:38:51 +0200
commit81c6acc00d64d1361219773691babccb153b81af (patch)
treedf420edc66db561d5d74ad732b1199fabf2a9a0d
parent14155478eda18a389232c6b051a4dc71097e9372 (diff)
Drop superfluous 'to' from feedback message
-rwxr-xr-xsrc/prepaid-manager-applet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prepaid-manager-applet.py b/src/prepaid-manager-applet.py
index 350c6b7..60c15e1 100755
--- a/src/prepaid-manager-applet.py
+++ b/src/prepaid-manager-applet.py
@@ -736,7 +736,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 the %s to learn how to provide that "
+ self.common_msg = _("\n\nYou can go to %s to learn how to provide that "
"information.")
def _run(self, msg):