Mercurial > public > src > rhodecode
changeset 2790:2df8982bc40c beta
better instructions for adding online files
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sat, 04 Aug 2012 18:55:20 +0200 |
parents | 4d7dfda32d10 |
children | 73cfc54c87d5 |
files | rhodecode/controllers/files.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rhodecode/controllers/files.py Sat Aug 04 18:43:47 2012 +0200 +++ b/rhodecode/controllers/files.py Sat Aug 04 18:55:20 2012 +0200 @@ -81,7 +81,7 @@ url_ = url('files_add_home', repo_name=c.repo_name, revision=0, f_path='') - add_new = '<a href="%s">[%s]</a>' % (url_, _('add new')) + add_new = '<a href="%s">[%s]</a>' % (url_, _('click here to add new file')) h.flash(h.literal(_('There are no files yet %s') % add_new), category='warning') redirect(h.url('summary_home', repo_name=repo_name))