changeset 1053:aa01004399a5 beta

typo fix for journal action
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 15 Feb 2011 19:47:20 +0100
parents c96651aebd8a
children 32dbf759fa98
files rhodecode/lib/helpers.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/helpers.py	Tue Feb 15 19:45:15 2011 +0100
+++ b/rhodecode/lib/helpers.py	Tue Feb 15 19:47:20 2011 +0100
@@ -498,7 +498,7 @@
            '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),
             }