From 4708a946c7ccdb34ab2053eabb2b6aa3869f26d6 Mon Sep 17 00:00:00 2001 From: jordan Date: Sun, 31 Jul 2011 09:47:18 +0000 Subject: [PATCH] fixing some typos pointed by @curiousleo on Meta: http://meta.osqa.net/questions/1599/a-few-typos-in-the-source git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1136 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum_modules/exporter/templates/running.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/forum_modules/exporter/templates/running.html b/forum_modules/exporter/templates/running.html index 718db90..4dc90ca 100644 --- a/forum_modules/exporter/templates/running.html +++ b/forum_modules/exporter/templates/running.html @@ -6,7 +6,7 @@ {% ifequal mode "exporter" %}{% trans "XML data exporter" %}{% else %}{% trans "XML data importer" %}{% endifequal %} {% endblock %} {% block description %} - {% ifequal mode "exporter" %}{% trans "Export database to XML format" %}{% else %}{% trans "Restore data from a previouus export" %}{% endifequal %} + {% ifequal mode "exporter" %}{% trans "Export database to XML format" %}{% else %}{% trans "Restore data from a previous export" %}{% endifequal %} {% endblock %} {% block adminjs %} @@ -57,7 +57,7 @@ var $bar = $('#state_' + name); if (data[name] === undefined) { - $bar.find('.state_label').html('{% trans "Skiped" %}') + $bar.find('.state_label').html('{% trans "Skipped" %}') } else if (state == null || data[name] != state[name]) { var width = $bar.width(); @@ -102,9 +102,9 @@ } else { var msg; if (exporting) { - msg = '{% trans "An error has occurred during de export proccess"%}'; + msg = '{% trans "An error has occurred during the export proccess"%}'; } else { - msg = '{% trans "An error has occurred during de import proccess"%}'; + msg = '{% trans "An error has occurred during the import proccess"%}'; } $('#wait_message').html(msg + ': ' + data.errors + '
' + '{% trans "Please check the log file for a full stack trace." %}') -- 2.45.1