diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-30 12:12:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-30 12:12:06 +0000 |
commit | 6e777b745305b627c934d5585ca2083b482011d0 (patch) | |
tree | d44d3bc8d23ac9159dfa12afd316f7f3af15d45c /lang/es.yml | |
parent | fce4615f10ad81b9070e65a45f9d37b1c571ccd7 (diff) | |
download | redmine-6e777b745305b627c934d5585ca2083b482011d0.tar.gz redmine-6e777b745305b627c934d5585ca2083b482011d0.zip |
Makes activity view accept a user_id param to show user's activity (#1002).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2067 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/es.yml')
-rw-r--r-- | lang/es.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/es.yml b/lang/es.yml index 74c3d496e..65d08b2ce 100644 --- a/lang/es.yml +++ b/lang/es.yml @@ -677,3 +677,4 @@ text_user_mail_option: "En los proyectos no seleccionados, sólo recibirá notif text_user_wrote: '%s escribió:' text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido? text_workflow_edit: Seleccionar un flujo de trabajo para actualizar +label_user_activity: "%s's activity" |