diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-10-24 03:04:28 +0000 |
---|---|---|
committer | root <root@migration.vz.lan> | 2012-10-24 03:04:37 +0000 |
commit | e657a8c940a08dbe90d8a53f88ff40aad7e7a729 (patch) | |
tree | 52c573bc019c15f389d56f72a123a057caee0e8e /languages/es.php | |
parent | 8151550fc7966f9c0b039bc585d344b90548c6cc (diff) | |
download | elgg-e657a8c940a08dbe90d8a53f88ff40aad7e7a729.tar.gz elgg-e657a8c940a08dbe90d8a53f88ff40aad7e7a729.tar.bz2 |
small language fix.
Diffstat (limited to 'languages/es.php')
-rw-r--r-- | languages/es.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/es.php b/languages/es.php index 3e48242a1..c8dc35633 100644 --- a/languages/es.php +++ b/languages/es.php @@ -7,7 +7,7 @@ 'custom_index_widgets:latest_groups_index' => "Ultimos Grupos",
'custom_index_widgets:latest_files_index' => "Ultimos Archivos",
'custom_index_widgets:latest_blogs_index' => "Ultimos Articulos de Blogs",
- 'custom_index_widgets:latest_members_index' => "Nuevos mienbros",
+ 'custom_index_widgets:latest_members_index' => "Nuevos habitantes",
'custom_index_widgets:nofiles' => "No hay archivos todavia",
'custom_index_widgets:nogroups' => "No hay frupos todavia",
'custom_index_widgets:latest_news_index' => "Ultimas noticias",
|