aboutsummaryrefslogtreecommitdiff
path: root/lib/export
diff options
context:
space:
mode:
Diffstat (limited to 'lib/export')
-rw-r--r--lib/export/export_start.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/export/export_start.inc.php b/lib/export/export_start.inc.php
index 4a2c35a..14f8da3 100644
--- a/lib/export/export_start.inc.php
+++ b/lib/export/export_start.inc.php
@@ -134,4 +134,4 @@ $export_pagecontent .= "<input type=\"hidden\" name=\"choose\" value=\"" . htmlR
$export_pagecontent .= "<input type=\"hidden\" name=\"format\" value=\"" . htmlReady($format) . "\">";
$export_pagecontent .= "</fieldset>";
-$export_weiter_button = "<footer>" . Button::create(_('Weiter') . ' >>' ) . "</footer></form>";
+$export_weiter_button = "<footer>" . Button::create(_('Weiter') . ' >>', 'continue') . "</footer></form>";