Fixing incorrect translation usage.

This commit is contained in:
mark_story 2011-10-19 23:21:43 -04:00
parent 535b45b600
commit 71a55f52f8

View file

@ -20,7 +20,7 @@
<p class="error">
<strong><?php echo __d('Error'); ?>: </strong>
<?php printf(
__d('The requested address %s was not found on this server.'),
__('The requested address %s was not found on this server.'),
"<strong>'{$url}'</strong>"
); ?>
</p>