From e66ec8bd17b62b6dd83e6eaf4050407006f9a316 Mon Sep 17 00:00:00 2001 From: noraiz-anwar Date: Thu, 10 Jan 2019 15:25:30 +0500 Subject: [PATCH] fix typo in message --- cms/djangoapps/contentstore/views/videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/views/videos.py b/cms/djangoapps/contentstore/views/videos.py index 572fc3365d..c5963a1cf8 100644 --- a/cms/djangoapps/contentstore/views/videos.py +++ b/cms/djangoapps/contentstore/views/videos.py @@ -831,7 +831,7 @@ def _update_pagination_context(request): """ Updates session with posted value """ - error_msg = _(u'A non zero postive integar is expected') + error_msg = _(u'A non zero positive integer is expected') try: videos_per_page = int(request.POST.get('value')) if videos_per_page <= 0: