Riverdash problem

Hi folks !

i have Riverdash and River comments working fine...except for this:

image

Instead of "Nickname actualizó su icono de perfil" (when an username update his profile picture) just show "ctualizó su icono de perfil" and there isn't Username link like it should...

Someone knows about that issue?

Elgg version: 1.10

  • The problem was in the translation file:

    ../mod/profile/languages/es.php

    "s" missing->  'profile:river:iconupdate'  =>  "% actualizó su icono de perfil" ,

    ----->      'profile:river:iconupdate'  =>  "%s actualizó su icono de perfil" ,