aboutsummaryrefslogtreecommitdiff
path: root/languages/es/es.thewire.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-11-28 22:07:56 +0100
committerSem <sembrestels@riseup.net>2012-11-28 22:07:56 +0100
commit684e2a282447c1c9b98c01310d512705c2a30ff9 (patch)
treec896f9e76d72fdcc5d42dda2ed47a7af64d221de /languages/es/es.thewire.php
parent335bc8bb5d6c16836de883dd2ae01e6a88f57483 (diff)
downloadelgg-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.php8
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&oacute;n anterior',
- 'thewire:hide:help' => 'Ocultar publicaci&oacute;n anterior',
- 'thewire:posted' => 'El mensaje se public&oacute; correctamente.',
- 'thewire:deleted' => 'El mensaje se elimin&oacute; 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.',
);