summaryrefslogtreecommitdiff
path: root/templates/mime
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mime')
-rw-r--r--templates/mime/default/upload.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime/default/upload.tpl b/templates/mime/default/upload.tpl
index be8eb9b..594dfde 100644
--- a/templates/mime/default/upload.tpl
+++ b/templates/mime/default/upload.tpl
@@ -16,7 +16,7 @@
{elseif $gBitSystem->getConfig("liberty_attachment_style") == "ajax"}
<input type="file" name="upload" size="40" id="upload_{$form_id}" onchange="javascript:LibertyAttachment.uploader(this, '{$smarty.const.LIBERTY_PKG_URL}attachment_uploader.php','{tr}Please wait for the current upload to finish.{/tr}', 'liberty_upload_frame_{$form_id}', '{$formid|default:editpageform}');" />
{include file="bitpackage:liberty/attachment_uploader_inc.tpl"}
- {formhelp note='After selecting the file you want to upload, please return to the edit area and click the save button.'}
+ {formhelp note='After selecting the file you want it will automatically upload.'}
<script type="text/javascript">
LibertyAttachment.uploaderSetup( 'upload_{$form_id}' );
</script>