summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-03-17 14:42:09 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-03-17 14:42:09 +0000
commit18d593ca388bcdad2096e01e7d6e18ddde7576d3 (patch)
tree6e1deb8c6682372271d589a5ad66a14f1167a808 /templates
parent59cc7aad4a5e4b45e56c399bdc10c728fdea34bd (diff)
downloadlanguages-18d593ca388bcdad2096e01e7d6e18ddde7576d3.tar.gz
languages-18d593ca388bcdad2096e01e7d6e18ddde7576d3.tar.bz2
languages-18d593ca388bcdad2096e01e7d6e18ddde7576d3.zip
get google translations to work with long pages as well - fopen only seems to support about 1500 characters
Diffstat (limited to 'templates')
-rw-r--r--templates/select_translations.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/select_translations.tpl b/templates/select_translations.tpl
index 869929d..0a3c7b3 100644
--- a/templates/select_translations.tpl
+++ b/templates/select_translations.tpl
@@ -10,9 +10,9 @@
<option value="{$lang.content_id|default:$langCode}">{$lang.native_name}: &nbsp; {$lang.title|escape|default:"&bull; {tr}Create New{/tr} &bull;"}</option>
{/foreach}
</select>
- &nbsp; <label><input type="checkbox" name="i18n[google]" /> {tr}Attempt Google translation{/tr}</label>
<br />
<input type="submit" name="i18n[translate]" value="{tr}Translate{/tr}" />
+ &nbsp; <label><input type="checkbox" name="i18n[google]" /> {tr}Attempt Google translation (depending on the size of the page, this can take a while).{/tr}</label>
{formhelp note="If you feel like translating this page into a different language, please select the correct language above and hit <strong>Translate</strong>."}
{/forminput}
</div>