[*] TR : Removed hard-coded dot in history.tpl

This commit is contained in:
djfm
2013-04-25 10:48:29 +02:00
parent 8f406fcd1d
commit f7f137fec1

View File

@@ -28,7 +28,7 @@
{include file="$tpl_dir./errors.tpl"}
<h1>{l s='Order history'}</h1>
<p>{l s='Here are the orders you\'ve placed since your account was created.'}.</p>
<p>{l s='Here are the orders you\'ve placed since your account was created.'}</p>
{if $slowValidation}<p class="warning">{l s='If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing.'}</p>{/if}