diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-01-09 19:33:25 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-01-09 19:33:25 -0800 |
commit | a1cc3a8ccb11a98b7e6c83b4d4f0a01c44f7f4a9 (patch) | |
tree | 2dd9a541fbac13c6a462a15763b218dc709d2f0b /templates/gl/admlogin.html | |
parent | ab7cca3f215184ba6a331871869a5b48af9e78f7 (diff) | |
download | mailman2-a1cc3a8ccb11a98b7e6c83b4d4f0a01c44f7f4a9.tar.gz mailman2-a1cc3a8ccb11a98b7e6c83b4d4f0a01c44f7f4a9.tar.xz mailman2-a1cc3a8ccb11a98b7e6c83b4d4f0a01c44f7f4a9.zip |
Corrected the encoding of several Galician templates.
Diffstat (limited to 'templates/gl/admlogin.html')
-rwxr-xr-x | templates/gl/admlogin.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/gl/admlogin.html b/templates/gl/admlogin.html index 7bcdb1c5..c1ccf023 100755 --- a/templates/gl/admlogin.html +++ b/templates/gl/admlogin.html @@ -1,6 +1,6 @@ <html> <head> - <title>Autenticación de %(who)s de %(listname)s </title> + <title>Autenticación de %(who)s de %(listname)s </title> <script>function sf(){document.f.adminpw.focus();}</script> </head> <body bgcolor="#ffffff" onLoad="sf()"> @@ -10,7 +10,7 @@ <TR> <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> <B><FONT COLOR="#000000" SIZE="+1"> - Autenticación de %(who)s de %(listname)s</FONT></B> + Autenticación de %(who)s de %(listname)s</FONT></B> </TD> </TR> <tr> @@ -36,7 +36,7 @@ ou se selecciona a opción <em>Saída</em> que está na sección titulada <em> Outras actividades administrativas</em> (que verá logo de entrar -con éxito). +con éxito). </FORM> </body> </html> |