From ab54f9cf42f7dcfbdd73253714c57ab2a8c32205 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 10 Nov 2014 13:58:36 -0500 Subject: [PATCH] Translate "Powered by Open edX" string --- lms/templates/footer.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lms/templates/footer.html b/lms/templates/footer.html index e2b0b8d77b..dc03a078c9 100644 --- a/lms/templates/footer.html +++ b/lms/templates/footer.html @@ -65,11 +65,12 @@

## standard powered-by logo - Powered by Open edX + ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information. + ${_('Powered by Open edX')} ## greyscale logo for dark background - ## Powered by Open edX + ## ${_('Powered by Open edX')} ## greyscale logo for light background - ## Powered by Open edX + ## ${_('Powered by Open edX')}