diff options
| author | Pablo Martin <caedes@sindominio.net> | 2012-10-24 02:09:34 +0000 | 
|---|---|---|
| committer | root <root@migration.vz.lan> | 2012-10-24 02:09:39 +0000 | 
| commit | c2e217c291872cfad308c19707843dceecd233eb (patch) | |
| tree | 7dfc3821775364f6d8be60e54d65a36cef27dc8d | |
| parent | c0863e36cb4a251dbcddae35d9198530dc6e6498 (diff) | |
| download | elgg-c2e217c291872cfad308c19707843dceecd233eb.tar.gz elgg-c2e217c291872cfad308c19707843dceecd233eb.tar.bz2  | |
small language fix.
| -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 ccf466604..3e48242a1 100644 --- a/languages/es.php +++ b/languages/es.php @@ -6,7 +6,7 @@          'custom_index_widgets:latest_bookmarks_index' => "Ultimos favoritos",
          'custom_index_widgets:latest_groups_index' => "Ultimos Grupos",
          'custom_index_widgets:latest_files_index' => "Ultimos Archivos",
 -        'custom_index_widgets:latest_blogs_index' => "Ultimos Ariculos de Blogs",
 +        'custom_index_widgets:latest_blogs_index' => "Ultimos Articulos de Blogs",
          'custom_index_widgets:latest_members_index' => "Nuevos mienbros",
          'custom_index_widgets:nofiles' => "No hay archivos todavia",
          'custom_index_widgets:nogroups' => "No hay frupos todavia",   
  | 
