Merge "Replace Delete Force Volume Backup with Force Delete Volume Backup"
This commit is contained in:
commit
792ffb3cfd
@ -42,16 +42,16 @@ class ForceDeleteBackup(policy.PolicyTargetMixin, tables.DeleteAction):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def action_present(count):
|
def action_present(count):
|
||||||
return ungettext_lazy(
|
return ungettext_lazy(
|
||||||
u"Delete Force Volume Backup",
|
"Force Delete Volume Backup",
|
||||||
u"Delete Force Volume Backups",
|
"Force Delete Volume Backups",
|
||||||
count
|
count
|
||||||
)
|
)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def action_past(count):
|
def action_past(count):
|
||||||
return ungettext_lazy(
|
return ungettext_lazy(
|
||||||
u"Scheduled force deletion of Volume Backup",
|
"Scheduled forced deletion of Volume Backup",
|
||||||
u"Scheduled force deletion of Volume Backups",
|
"Scheduled forced deletion of Volume Backups",
|
||||||
count
|
count
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user