From 50c6d10218138f8fdcb669677fe41e0ecf42e454 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Thu, 19 May 2011 13:07:15 -0400
Subject: [PATCH] Sync some of our fixes.  favicon.ico is just to  stop the 404s from new browsers that check.

---
 interface/web/tools/lib/lang/es_usersettings.lng |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/tools/lib/lang/es_usersettings.lng b/interface/web/tools/lib/lang/es_usersettings.lng
index 34bf670..de2105c 100644
--- a/interface/web/tools/lib/lang/es_usersettings.lng
+++ b/interface/web/tools/lib/lang/es_usersettings.lng
@@ -5,6 +5,6 @@
 $wb['password_mismatch'] = 'La contraseƱa indicada en el segundo campo no coincide con la del primero.';
 $wb['Form to edit the user password and language.'] = 'Formulario para editar el usuario y la contraseƱa.';
 $wb['Settings'] = 'Configuraciones';
-$wb['id_rsa_txt'] = 'id_rsa';
-$wb['ssh_rsa_txt'] = 'ssh_rsa';
+$wb['id_rsa_txt'] = 'De claves RSA';
+$wb['ssh_rsa_txt'] = 'Claves SSH RSA';
 ?>

--
Gitblit v1.9.1