[Fixed]: [Bug]: Typo in german language files [Fixed]: [Bug]: Typo in german language files
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Fixed]: [Bug]: Typo in german language files

Started by Αndré, November 06, 2008, 01:36:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Αndré

In lang/german.php and lang/german_sie.php
$lang_pluginmgr_php = array(
[..]
'configure_plugin' => 'Plugin knfigurieren', //cpg1.4
[..]

has to be
'configure_plugin' => 'Plugin konfigurieren', //cpg1.4

Please fix for next release.


(I'm not allowed to start new topics in the language board, that's why I'm posting in misc)

Joachim Müller

Thanks for the report. Typo fixed in SVN for cpg1.4.x, so this fix will go into cpg1.4.20.
Typo doesn't exist in cpg1.5.x, so no correction needed there.