# HG changeset patch
# User Goffi
# Date 1452701644 -3600
# Node ID 4a01be961fd246d3773b15bae5f62b24f5c8ea9c
# Parent 73cc4658f4316f7f330fcddb6f4164b310dab020
server: removed unused %(url)s for formatting HTTP warning message
diff -r 73cc4658f431 -r 4a01be961fd2 src/server/server.py
--- a/src/server/server.py Wed Jan 13 13:12:58 2016 +0100
+++ b/src/server/server.py Wed Jan 13 17:14:04 2016 +0100
@@ -1005,7 +1005,7 @@
text += "
" + D_('and use the secure version of this website:')
text += '
%(url)s' % {'url': url}
else:
- text += D_('You should ask the administrator of %(url)s to turn on HTTPS.')
+ text += D_('You should ask your administrator to turn on HTTPS.')
return text + "
"