summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-14 20:25:51 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-14 20:25:51 +0000
commit850addfcca342c585d20717da0ed85054617210e (patch)
treeddbecf2e53e3af05b3f4c76ad207b56070407c25 /admin
parentb0d0dac4eff450ec9b7c72d38859f90f7d05f92c (diff)
downloadlanguages-850addfcca342c585d20717da0ed85054617210e.tar.gz
languages-850addfcca342c585d20717da0ed85054617210e.tar.bz2
languages-850addfcca342c585d20717da0ed85054617210e.zip
more kernel_config renames
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_languages_inc.php2
-rw-r--r--admin/schema_inc.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_languages_inc.php b/admin/admin_languages_inc.php
index 07f7e27..fa1aeee 100644
--- a/admin/admin_languages_inc.php
+++ b/admin/admin_languages_inc.php
@@ -22,7 +22,7 @@ $formLanguageToggles = array(
'label' => 'Interactive bitTranslations',
'note' => 'If you have a <a href="http://doc.bitweaver.org/forums/viewtopic.php?t=948">translators account</a> on bitweaver.org, the translation links will redirect you there that you can modify the tranlations there. Due to the different setup on bitweaver.org, there might be strings that are not available for translation on that server.',
),
- 'record_untranslated' => array(
+ 'languages_record_untranslated' => array(
'label' => 'Record untranslated',
'note' => 'This will record any untranslated language strings.',
),
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 2458077..3990535 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -72,7 +72,7 @@ $gBitInstaller->registerPackageInfo( LANGUAGES_PKG_NAME, array(
$gBitInstaller->registerPreferences( LANGUAGES_PKG_NAME, array(
//array(LANGUAGES_PKG_NAME, 'babelfish','n'),
//array(LANGUAGES_PKG_NAME, 'babelfish_logo','n'),
- array(LANGUAGES_PKG_NAME, 'record_untranslated','y'),
+ array(LANGUAGES_PKG_NAME, 'languages_record_untranslated','y'),
) );
// ### Default UserPermissions