From ac37c12b7dca9e946c9d09bb0f068b5ecb0e1e94 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Wed, 20 Apr 2016 15:27:30 -0400 Subject: [PATCH] This is what this string used to look like, to gettext --- lms/templates/provider/authorize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/provider/authorize.html b/lms/templates/provider/authorize.html index eceee2519a..f3ab459b67 100644 --- a/lms/templates/provider/authorize.html +++ b/lms/templates/provider/authorize.html @@ -14,7 +14,7 @@ from django.core.urlresolvers import reverse
% if not error:

- ${_("{application_name} would like to access your data with the following permissions:".format( + ${_("\n {application_name} would like to access your data with the following permissions:\n ".format( application_name=client.name ))}