]> git.openstreetmap.org Git - osqa.git/commitdiff
fixing some typos pointed by @curiousleo on Meta: http://meta.osqa.net/questions...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 31 Jul 2011 09:47:18 +0000 (09:47 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 31 Jul 2011 09:47:18 +0000 (09:47 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1136 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum_modules/exporter/templates/running.html

index 718db900b7d5728d4dd6c38132b21aeba29cf1aa..4dc90cadee661a15db07c97fac30bed822f31d64 100644 (file)
@@ -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();
 
                     } 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 + '<br />' +
                         '{% trans "Please check the log file for a full stack trace." %}')