Replace all occurrences of "can not" with "cannot".

This commit is contained in:
Jonas Thelemann
2017-04-05 13:38:14 +01:00
committed by Dave Page
parent 85db82c7f4
commit 65f21a8cd7
32 changed files with 59 additions and 59 deletions

View File

@@ -70,7 +70,7 @@ def get_setting(setting, default=None):
@blueprint.route("/")
@login_required
def index():
return bad_request(errormsg=_("This URL can not be called directly."))
return bad_request(errormsg=_("This URL cannot be called directly."))
@blueprint.route("/settings.js")