flake8 error corrected

This commit is contained in:
Gervais Naoussi
2015-12-08 21:20:54 +01:00
parent 72f9a4bc26
commit 6f5c6191b7
2 changed files with 9 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ class DocumentPageShowDiff(models.TransientModel):
diff = history.getDiff(ids[0], nids.id)
else:
raise exceptions.Warning(
_("You need to select minimum one or maximum two history revisions!")
_("Select one or maximum two history revisions!")
)
return diff