Skip to content

Commit

Permalink
Minor translation bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Mar 19, 2011
1 parent 9164d69 commit cce835d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/documents/general_upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<p><span title="{xl t='Leave Blank To Keep Original Filename'}">{xl t="Optional Destination Name"}:</span> <input type="text" name="destination" title="{xl t='Leave Blank To Keep Original Filename'}" id="destination-name" /></p>
{if !$hide_encryption}
</br>
<p><span title="{xl t='Check the box if this is an encrypted file'}">{xl t="Is The File Encrypted"}?:</span> <input type="checkbox" name="encrypted" title="{xl t='Check the box if this is an encrypted file'}" id="encrypted" /></p>
<p><span title="{xl t='Check the box if this is an encrypted file'}">{xl t="Is The File Encrypted?"}:</span> <input type="checkbox" name="encrypted" title="{xl t='Check the box if this is an encrypted file'}" id="encrypted" /></p>
<p><span title="{xl t='Pass phrase to decrypt document'}">{xl t="Pass Phrase"}:</span> <input type="text" name="passphrase" title="{xl t='Pass phrase to decrypt document'}" id="passphrase" /></p>
<p><i>{xl t='Supports TripleDES encryption/decrpyption only'}.</i></p>
<p><i>{xl t='Supports TripleDES encryption/decrpyption only.'}</i></p>
{/if}
<p><input type="submit" value="{xl t='Upload'}" /></p>
</div>
Expand Down

0 comments on commit cce835d

Please sign in to comment.