diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 04:56:46 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 04:56:46 +0000 |
| commit | 7f19d1b6d9f1f431d5db603a77628f6e78088b08 (patch) | |
| tree | c6c11abb262d0c302bf71e9fc0c6e15a96663b3b /lang | |
| parent | 8835878c9afa5650a30790af1ba8028f70104bfe (diff) | |
| download | languages-7f19d1b6d9f1f431d5db603a77628f6e78088b08.tar.gz languages-7f19d1b6d9f1f431d5db603a77628f6e78088b08.tar.bz2 languages-7f19d1b6d9f1f431d5db603a77628f6e78088b08.zip | |
step three of contenttype name plural - replace all instances where name is accessed though systme hash with get name method call, still no schema change requiredpre_ctype_desc_name_schmeachange
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/fi/language.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fi/language.php b/lang/fi/language.php index 6d12e00..f7b3444 100644 --- a/lang/fi/language.php +++ b/lang/fi/language.php @@ -1234,7 +1234,7 @@ $lang=Array( 'Generate dump' => 'Luo vedos ', 'German' => 'Saksalainen ', 'Germany' => 'Saksa ', -'{$gLibertySystem->mContentTypes.$guid.content_description}' => '{$gLibertySystem->mContentTypes.$guid.content_description} ', +'{$gLibertySystem->getContentTypeName($guid)}' => '{$gLibertySystem->getContentTypeName($guid)} ', 'Global WikiPage Cache' => 'Yleinen w_sivu välivarasto ', 'go' => 'mene ', 'Google Search' => 'Google Etsintä', @@ -3314,4 +3314,4 @@ $lang=Array( 'zip' => 'zip ', 'zone' => 'Alue', ); -?>
\ No newline at end of file +?> |
