From e253202995d188925fa4e9df4f6dea0523511eae Mon Sep 17 00:00:00 2001 From: oilyflutesalad <oilyflutesalad@ispconfig3> Date: Mon, 18 Jan 2010 05:56:48 -0500 Subject: [PATCH] Fixed: FS#928 - System Load Averages should no longer show as zero on non-english linux distros --- interface/web/mail/lib/lang/es.lng | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/interface/web/mail/lib/lang/es.lng b/interface/web/mail/lib/lang/es.lng index fef3e3e..fbd7f42 100644 --- a/interface/web/mail/lib/lang/es.lng +++ b/interface/web/mail/lib/lang/es.lng @@ -6,7 +6,7 @@ $wb['Filter'] = 'Filtro'; $wb['Mail Domain'] = 'Dominio de correo'; $wb['Domain'] = 'Dominio'; -$wb['Email Catchall'] = 'Correo recogetodo'; +$wb['Email Catchall'] = 'Correo recoge-todo'; $wb['Email Forward'] = 'ReenvĂo de correo'; $wb['Get Email'] = 'Recoger correo'; $wb['Spamfilter'] = 'Filtro de spam'; @@ -43,4 +43,3 @@ $wb['Content Filter'] = 'Filtro de contenido'; $wb['Global Filters'] = 'Filtros globales'; ?> - -- Gitblit v1.9.1