Index: backup/util/ui/base_moodleform.class.php
===================================================================
RCS file: /cvsroot/moodle/moodle/backup/util/ui/base_moodleform.class.php,v
retrieving revision 1.2
diff -u -r1.2 base_moodleform.class.php
--- backup/util/ui/base_moodleform.class.php	26 Jul 2010 07:10:54 -0000	1.2
+++ backup/util/ui/base_moodleform.class.php	9 Aug 2010 16:55:32 -0000
@@ -99,7 +99,9 @@
         if (!$this->uistage->is_first_stage()) {
             $buttonarray[] = $this->_form->createElement('submit', 'previous', get_string('previousstage','backup'));
         }
-        $buttonarray[] = $this->_form->createElement('submit', 'submitbutton', get_string($this->uistage->get_ui()->get_name().'stage'.$this->uistage->get_stage().'action', 'backup'));
+        $nbsp = "\xc2\xa0";
+        $buttonarray[] = $this->_form->createElement('submit', 'submitbutton', "$nbsp $nbsp " . get_string($this->uistage->get_ui()->get_name().'stage'.$this->uistage->get_stage().'action', 'backup') . " $nbsp $nbsp");
+        $buttonarray[] = $this->_form->createElement('static', '', '', '&nbsp;&nbsp;&nbsp;&nbsp;');
         $buttonarray[] = $this->_form->createElement('cancel');
         $this->_form->addGroup($buttonarray, 'buttonar', '', array(' '), false);
         $this->_form->closeHeaderBefore('buttonar');
