// small fixes in English Email php templates

This commit is contained in:
djfm
2013-10-25 12:29:39 +00:00
parent 3997543e7f
commit 3a749823bb
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<?php echo t('Order {order_name}'); ?>&nbsp;-&nbsp;<?php echo t('Refund processed'); ?>
</p>
<span>
<?php echo t('We have processed your <strong><span>{shop_name}</span><strong/> refund for order with the reference <strong><span>{order_name}</span></strong>.'); ?>
<?php echo t('We have processed your <strong><span>{shop_name}</span></strong> refund for order with the reference <strong><span>{order_name}</span></strong>.'); ?>
</span>
</td>
</tr>
@@ -14,7 +14,7 @@
<?php echo t('Message from {shop_name}'); ?>
</p>
<span>
<span><strong>{shop_name}</strong></span> <?php echo t('invites you to send this link to your friends, so they can see your wishlist:'); ?> <span><strong>{wishlist}</strong></span><br /><br />
<?php echo t('<span><strong>{shop_name}</strong></span> invites you to send this link to your friends, so they can see your wishlist:'); ?> <span><strong>{wishlist}</strong></span><br /><br />
<a title="WishList" href="{message}">{message}</a>
</span>
</td>
@@ -14,7 +14,7 @@
<?php echo t('Message from {shop_name}'); ?>
</p>
<span>
<span><strong>{firstname} {lastname}</strong></span> <?php echo t('indicated you may want to see his/her wishlist:'); ?> <span><strong>{wishlist}</strong></span><br /><br />
<?php echo t('<span><strong>{firstname} {lastname}</strong></span> indicated you may want to see his/her wishlist:'); ?> <span><strong>{wishlist}</strong></span><br /><br />
<a title="WishList" href="{message}">{wishlist}</a>
</span>
</td>
@@ -11,7 +11,7 @@
<tr>
<td class="box">
<p>
{product} <?php echo t('is now available.'); ?>
<?php echo t('{product} is now available.'); ?>
</p>
<span>
<?php echo t('This item is once again in-stock.'); ?><br /><br />
@@ -11,10 +11,10 @@
<tr>
<td class="box">
<p>
{product} <?php echo t('is almost out of stock.'); ?>
<?php echo t('{product} is almost out of stock.'); ?>
</p>
<span>
<?php echo t('The stock cover is now less than the specified minimum of'); ?> <strong><span>{warning_coverage}.</span></strong><br /><br />
<?php echo t('The stock cover is now less than the specified minimum of:'); ?> <strong><span>{warning_coverage}.</span></strong><br /><br />
<strong><span><?php echo t('Current stock cover:'); ?></span></strong> {current_coverage}
</span>
</td>
@@ -11,7 +11,7 @@
<tr>
<td class="box">
<p>
{product} <?php echo t('is nearly out of stock.'); ?>
<?php echo t('{product} is nearly out of stock.'); ?>
</p>
<span>
<?php echo t('The remaining stock is now less than the specified minimum of'); ?> <strong><span>{last_qty}.</span></strong><br /><br />