From ccd6929a016d724213d18ca8c9c4279138bde65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Sat, 7 Nov 2009 00:34:19 +0100 Subject: [PATCH] fix lang --- main/inc/lib/fckeditor/editor/lang/es.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/inc/lib/fckeditor/editor/lang/es.js b/main/inc/lib/fckeditor/editor/lang/es.js index a1f5a31ee5..54b6e2858b 100644 --- a/main/inc/lib/fckeditor/editor/lang/es.js +++ b/main/inc/lib/fckeditor/editor/lang/es.js @@ -331,9 +331,9 @@ DlgCellHorAlignCenter : "Centrado", DlgCellHorAlignRight: "Derecha", DlgCellVerAlign : "Alineación Vertical", DlgCellVerAlignNotSet : "", -DlgCellVerAlignTop : "Tope", +DlgCellVerAlignTop : "Superior", DlgCellVerAlignMiddle : "Medio", -DlgCellVerAlignBottom : "ie", +DlgCellVerAlignBottom : "Inferior", DlgCellVerAlignBaseline : "Línea de Base", DlgCellType : "Tipo de celda", DlgCellTypeData : "Datos",