From c0f0dc0412654309a45994bb18cdfb87aef26e9f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 21 Nov 2017 18:17:03 +0100 Subject: [PATCH] typos --- lam/help/help.inc | 2 +- lam/lib/pdfstruct.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/help/help.inc b/lam/help/help.inc index d387a9d2..078ddb74 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -257,7 +257,7 @@ $helpArray = array ( "410" => array ("Headline" => _("Alternate recipient"), "Text" => _("Here you can enter an alternative mail address for the password. To use the user's primary email address please leave the field blank.")), "411" => array ("Headline" => _("Font"), - "Text" => _("Please select the font for the PDF file. Dejavu will work on all systems but does not support e.g. Chinese and Japan. The other fonts require that an appropriate font is installed on the system where the PDF is opened.")), + "Text" => _("Please select the font for the PDF file. Dejavu will work on all systems but does not support e.g. Chinese and Japanese. The other fonts require that an appropriate font is installed on the system where the PDF is opened.")), // 500 - 599 // LAM Pro "501" => array ("Headline" => _("LDAP suffix"), diff --git a/lam/lib/pdfstruct.inc b/lam/lib/pdfstruct.inc index 39f63465..32a4bc61 100644 --- a/lam/lib/pdfstruct.inc +++ b/lam/lib/pdfstruct.inc @@ -741,7 +741,7 @@ function getPdfFonts() { 'DejaVu' => 'DejaVuSerif', _('Chinese Traditional') => 'cid0ct', _('Chinese Simplified') => 'cid0cs', - _('Japan') => 'cid0jp', + _('Japanese') => 'cid0jp', _('Korean') => 'cid0kr', ); }