Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmwlib/htmlwriter.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/mwlib/htmlwriter.py b/mwlib/htmlwriter.py
index b49529e..8912b3d 100755
--- a/mwlib/htmlwriter.py
+++ b/mwlib/htmlwriter.py
@@ -1,4 +1,5 @@
#! /usr/bin/env python
+# -*- coding: utf-8 -*-
# Copyright (c) 2007-2008 PediaPress GmbH
# See README.txt for additional licensing information.
@@ -359,13 +360,13 @@ class HTMLWriter(object):
self.out.write('&middot; <a class="offsite" ')
self.out.write('href="http:/pullcord.laptop.org:8000/render?q=')
self._write(a.caption)
- self.out.write('">Page does not render correctly</a> ')
+ self.out.write('">Haz clic aquí si esta página contiene errores de presentación</a> ')
# Report inappropriate content.
self.out.write('&middot; <a class="offsite" ')
self.out.write('href="http:/pullcord.laptop.org:8000/report?q=')
self._write(a.caption)
- self.out.write('">Report inappropriate content</a>')
+ self.out.write('">Esta página contiene material inapropiado</a>')
self.out.write("</font>")
self.out.write('</h1>')