First round of string review and cleanup.

This commit is contained in:
Karen Blatchley
2016-05-06 13:53:48 +01:00
committed by Dave Page
parent 894002b06d
commit 949e536bae
60 changed files with 1165 additions and 793 deletions

View File

@@ -116,7 +116,7 @@ def gone(errormsg=''):
)
def not_implemented(errormsg=_('It is not implemented!')):
def not_implemented(errormsg=_('Not implemented.')):
"""Create a response with HTTP status code 501 - Not Implemented."""
return make_json_response(
status=501,