Skip to content

Commit

Permalink
chore: improved wording
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jun 27, 2024
1 parent 5805eb3 commit 3ece36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpmyfaq/lang/language_de.php
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
$PMF_LANG['err_SaveQuestion'] = "Pflichtfelder sind Name, E-Mail-Adresse und Frage!";

// added v1.4.0 - 2003-12-04 by Thorsten
$LANG_CONF['main.language'] = ["select", "Sprache"];
$LANG_CONF['main.language'] = ["select", "Standard-Sprache"];
$LANG_CONF['main.languageDetection'] = ["checkbox", "Automatische Spracherkennung"];
$LANG_CONF['main.titleFAQ'] = ["input", "Titel der FAQ"];
$LANG_CONF['main.currentVersion'] = ["print", "phpMyFAQ Version"];
Expand Down
2 changes: 1 addition & 1 deletion phpmyfaq/lang/language_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
$PMF_LANG["err_SaveQuestion"] = "Required fields are <strong>your name</strong>, <strong>your email address</strong>, <strong>your question</strong> and, when requested, the <strong><a href=\"https://en.wikipedia.org/wiki/Captcha\" title=\"Read more on Captcha at Wikipedia\" target=\"_blank\">Captcha</a> code</strong>.";

// added v1.4.0 - 2003-12-04 by Thorsten / Mathias
$LANG_CONF['main.language'] = ["select", "Language"];
$LANG_CONF['main.language'] = ["select", "Standard language"];
$LANG_CONF["main.languageDetection"] = ["checkbox", "Enable automatic language detection"];
$LANG_CONF['main.titleFAQ'] = ["input", "Title of your FAQ"];
$LANG_CONF['main.currentVersion'] = ["print", "phpMyFAQ Version"];
Expand Down

0 comments on commit 3ece36e

Please sign in to comment.