changeset 5411:5cb3a07abbf4

spelling: fix awkward sentence structure
author Søren Løvborg <sorenl@unity3d.com>
date Fri, 14 Aug 2015 17:07:49 +0200
parents 97a20b808e5b
children 2079e864ce51
files kallithea/controllers/admin/repos.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: