##// END OF EJS Templates
spelling: fix awkward sentence structure
Søren Løvborg -
r5411:5cb3a07a default
parent child Browse files
Show More
@@ -318,7 +318,7 b' class ReposController(BaseRepoController'
318 h.flash(_('Deleted repository %s') % repo_name, category='success')
318 h.flash(_('Deleted repository %s') % repo_name, category='success')
319 Session().commit()
319 Session().commit()
320 except AttachedForksError:
320 except AttachedForksError:
321 h.flash(_('Cannot delete %s it still contains attached forks')
321 h.flash(_('Cannot delete repository %s which still has forks')
322 % repo_name, category='warning')
322 % repo_name, category='warning')
323
323
324 except Exception:
324 except Exception:
General Comments 0
You need to be logged in to leave comments. Login now