Changeset - aa01004399a5
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-02-15 19:47:20
marcin@python-works.com
typo fix for journal action
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/helpers.py
Show inline comments
 
@@ -498,7 +498,7 @@ def action_parser(user_log):
 
           'admin_forked_repo':(_('[forked] repository'), None),
 
           'admin_updated_repo':(_('[updated] repository'), None),
 
           'push':(_('[pushed] into'), get_cs_links),
 
           'pull':(_('[pulled] into'), None),
 
           'pull':(_('[pulled] from'), None),
 
           'started_following_repo':(_('[started following] repository'), None),
 
           'stopped_following_repo':(_('[stopped following] repository'), None),
 
            }
0 comments (0 inline, 0 general)