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
def action_past(count):
return ungettext_lazy(u"Deleted Checkpoint",
u"Deleted Checkpoints",
return ungettext_lazy(u"Scheduled deletion of Checkpoint",
u"Scheduled deletion of Checkpoints",
count)
def allowed(self, request, checkpoint):