Merge "Reflect async of checkpoint delete in message"

This commit is contained in:
Jenkins 2016-11-14 12:29:18 +00:00 committed by Gerrit Code Review
commit 4cee645ef0
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ class DeleteCheckpointsAction(tables.DeleteAction):
@staticmethod @staticmethod
def action_past(count): def action_past(count):
return ungettext_lazy(u"Deleted Checkpoint", return ungettext_lazy(u"Scheduled deletion of Checkpoint",
u"Deleted Checkpoints", u"Scheduled deletion of Checkpoints",
count) count)
def allowed(self, request, checkpoint): def allowed(self, request, checkpoint):