From 4bcf95ea69d18bc9103ef07dbc540cb598219f30 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 1 Dec 2016 21:40:10 +0200 Subject: [PATCH] Added UI setting to enable JS PDF renderer --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9eb3cac17e12..636e9ac987db 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2253,7 +2253,7 @@ $LANG = array( 'updated_credit' => 'Successfully updated credit', 'edit_credit' => 'Edit Credit', 'live_preview_help' => 'Display a live PDF preview on the invoice page.
Disable this to improve performance when editing invoices.', - 'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link or :firefox_link.
Enable this if your browser is automatically downloading the PDF.', + 'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.
Enable this if your browser is automatically downloading the PDF.', 'force_pdfjs' => 'PDF Viewer', );