diff options
author | Sem <sembrestels@riseup.net> | 2012-11-28 22:07:56 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-11-28 22:07:56 +0100 |
commit | 684e2a282447c1c9b98c01310d512705c2a30ff9 (patch) | |
tree | c896f9e76d72fdcc5d42dda2ed47a7af64d221de /languages/es/es.thewire.php | |
parent | 335bc8bb5d6c16836de883dd2ae01e6a88f57483 (diff) | |
download | elgg-684e2a282447c1c9b98c01310d512705c2a30ff9.tar.gz elgg-684e2a282447c1c9b98c01310d512705c2a30ff9.tar.bz2 |
Replaced htmlentities by chars.
Diffstat (limited to 'languages/es/es.thewire.php')
-rw-r--r-- | languages/es/es.thewire.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/es/es.thewire.php b/languages/es/es.thewire.php index 59fcb43c1..da3e31f75 100644 --- a/languages/es/es.thewire.php +++ b/languages/es/es.thewire.php @@ -25,10 +25,10 @@ $es = array ( 'thewire:update' => 'Actualizar', 'thewire:previous' => 'Anterior', 'thewire:hide' => 'Ocultar', - 'thewire:previous:help' => 'Ver publicación anterior', - 'thewire:hide:help' => 'Ocultar publicación anterior', - 'thewire:posted' => 'El mensaje se publicó correctamente.', - 'thewire:deleted' => 'El mensaje se eliminó correctamente.', + 'thewire:previous:help' => 'Ver publicación anterior', + 'thewire:hide:help' => 'Ocultar publicación anterior', + 'thewire:posted' => 'El mensaje se publicó correctamente.', + 'thewire:deleted' => 'El mensaje se eliminó correctamente.', 'thewire:blank' => 'Debe ingresar contenido para poder publicar.', ); |