diff --git a/libraries/export/pdf.php b/libraries/export/pdf.php index 12bfd7987..6ca73e1e9 100644 --- a/libraries/export/pdf.php +++ b/libraries/export/pdf.php @@ -20,7 +20,7 @@ if (isset($plugin_list)) { array('type' => 'text', 'name' => 'report_title', 'text' => 'strPDFReportTitle'), array('type' => 'hidden', 'name' => 'data'), ), - 'options_text' => 'strOptions', + 'options_text' => 'strPDFOptions', ); } else {