summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-17 12:23:28 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-17 12:23:28 +0000
commitac2a970ad8c0178d3ccc2077e5eb58fef4a5ebc3 (patch)
treedbcd7b0bb2071ae78532994e4b3b2cc234ca8841 /admin
parentb05d049d99f5d8ad167de5aea2c577bbc73bd580 (diff)
downloadlanguages-ac2a970ad8c0178d3ccc2077e5eb58fef4a5ebc3.tar.gz
languages-ac2a970ad8c0178d3ccc2077e5eb58fef4a5ebc3.tar.bz2
languages-ac2a970ad8c0178d3ccc2077e5eb58fef4a5ebc3.zip
add experimental note to i18n_content_translations
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_languages_inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/admin_languages_inc.php b/admin/admin_languages_inc.php
index e02171f..f8575a7 100644
--- a/admin/admin_languages_inc.php
+++ b/admin/admin_languages_inc.php
@@ -7,6 +7,7 @@ $formLanguageToggles = array(
'i18n_content_translation' => array(
'label' => 'Content Translation',
'note' => 'This will activate the content translation service. Users will be given links to content in alternate languages, and prompted to create translation while editing content.',
+ 'warning' => 'Please note that this feature is experimental.'
),
'i18n_interactive_translation' => array(
'label' => 'Interactive Translations',