From 361a05732fb932841515d0d2fbdf2deaeeb887f7 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 25 Feb 2013 11:22:20 -0500 Subject: [PATCH] - Added missing ; to SQL patch. --- interface/web/tools/lib/lang/es_usersettings.lng | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/web/tools/lib/lang/es_usersettings.lng b/interface/web/tools/lib/lang/es_usersettings.lng index de2105c..eaa47b7 100644 --- a/interface/web/tools/lib/lang/es_usersettings.lng +++ b/interface/web/tools/lib/lang/es_usersettings.lng @@ -5,6 +5,8 @@ $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'] = 'De claves RSA'; -$wb['ssh_rsa_txt'] = 'Claves SSH RSA'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; ?> -- Gitblit v1.9.1