diff --git a/pmd_pdf.php b/pmd_pdf.php index d8fb1c194a..6e0a6093a4 100644 --- a/pmd_pdf.php +++ b/pmd_pdf.php @@ -125,10 +125,10 @@ if ($GLOBALS['dbi']->numRows($table_info_result) > 0) { } echo ''; echo '

'; - $choices['import'] = __('Import from selected page'); - $choices['export'] = __('Export to selected page'); + $choices['import'] = __('Import from selected page.'); + $choices['export'] = __('Export to selected page.'); } -$choices['create_export'] = __('Create a page and export to it'); +$choices['create_export'] = __('Create a page and export to it.'); if (1 == count($choices)) { echo $choices['create_export'];