diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:08 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:08 +0000 |
| commit | 6fd292c81fd4f96a2acac8388f54ce16b4212536 (patch) | |
| tree | 79f95ce76016841334e34a5cdcf42640fe64ced4 | |
| parent | 7f19d1b6d9f1f431d5db603a77628f6e78088b08 (diff) | |
| download | languages-CVS_HEAD.tar.gz languages-CVS_HEAD.tar.bz2 languages-CVS_HEAD.zip | |
SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriateCVS_HEAD
| -rw-r--r-- | admin/schema_inc.php | 2 | ||||
| -rw-r--r-- | lang/fi/language.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 8644d45..2946e63 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -123,7 +123,7 @@ $gBitInstaller->registerSchemaDefault( LANGUAGES_PKG_NAME, array( // Package requirements $gBitInstaller->registerRequirements( LANGUAGES_PKG_NAME, array( - 'liberty' => array( 'min' => '2.1.0' ), + 'liberty' => array( 'min' => '2.1.4' ), 'users' => array( 'min' => '2.1.0' ), 'kernel' => array( 'min' => '2.0.0' ), 'themes' => array( 'min' => '2.0.0' ), diff --git a/lang/fi/language.php b/lang/fi/language.php index f7b3444..8d812b6 100644 --- a/lang/fi/language.php +++ b/lang/fi/language.php @@ -1696,7 +1696,7 @@ $lang=Array( 'Modification date' => 'Muutospäivä', 'Modified' => 'Muokattu', 'Modifier Wiki Page Body' => 'Sivu rungon muokkaaja ', -'{$modLastContent[ix].content_description}' => '{$modLastContent[ix].content_description} ', +'{$modLastContent[ix].content_name}' => '{$modLastContent[ix].content_name} ', 'Module' => 'Moduuli ', 'Module Name' => 'Modulin Nimi', 'Modules' => 'Moduulit ', |
