# HG changeset patch # User Søren Løvborg # Date 2015-08-14 15:07:49 # Node ID 5cb3a07abbf49a0aa5f3395e4cf320d0f61874c9 # Parent 97a20b808e5b4fc1683dd8e80a1ba669ee57e602 spelling: fix awkward sentence structure diff --git a/kallithea/controllers/admin/repos.py b/kallithea/controllers/admin/repos.py --- a/kallithea/controllers/admin/repos.py +++ b/kallithea/controllers/admin/repos.py @@ -318,7 +318,7 @@ class ReposController(BaseRepoController h.flash(_('Deleted repository %s') % repo_name, category='success') Session().commit() except AttachedForksError: - h.flash(_('Cannot delete %s it still contains attached forks') + h.flash(_('Cannot delete repository %s which still has forks') % repo_name, category='warning') except Exception: