# HG changeset patch # User Sean Farley # Date 2014-07-22 03:31:52 # Node ID 1da6db2ae1620811a8766ee05a784cbef322f5ff # Parent b865bc400de18069d73461997494214e5476a3a0 icon-download-alt: replace with icon-download-cloud diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -783,7 +783,7 @@ def action_parser(user_log, feed=False, 'user_updated_repo': (_('[updated] repository'), None, 'icon-pencil icon-pencil-colored'), 'user_downloaded_archive': (_('[downloaded] archive from repository'), - get_archive_name, 'icon-download-alt'), + get_archive_name, 'icon-download-cloud'), 'admin_deleted_repo': (_('[delete] repository'), None, 'icon-trashcan'), 'admin_created_repo': (_('[created] repository'), diff --git a/kallithea/templates/admin/repos/repo_add_base.html b/kallithea/templates/admin/repos/repo_add_base.html --- a/kallithea/templates/admin/repos/repo_add_base.html +++ b/kallithea/templates/admin/repos/repo_add_base.html @@ -11,7 +11,7 @@ ${h.form(url('repos'))}
${h.text('repo_name',class_="small")}
- ${_('Import existing repository ?')} + ${_('Import existing repository ?')}
%if not c.authuser.is_admin: ${h.hidden('user_created',True)}