# HG changeset patch # User Søren Løvborg # Date 1439564869 -7200 # Node ID 5cb3a07abbf49a0aa5f3395e4cf320d0f61874c9 # Parent 97a20b808e5b4fc1683dd8e80a1ba669ee57e602 spelling: fix awkward sentence structure diff -r 97a20b808e5b -r 5cb3a07abbf4 kallithea/controllers/admin/repos.py --- a/kallithea/controllers/admin/repos.py Fri Aug 14 17:07:49 2015 +0200 +++ b/kallithea/controllers/admin/repos.py Fri Aug 14 17:07:49 2015 +0200 @@ -318,7 +318,7 @@ 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: