diff options
Diffstat (limited to 'templates/admin.tpl.php')
-rw-r--r-- | templates/admin.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.tpl.php b/templates/admin.tpl.php index 6e5773b..35b97c7 100644 --- a/templates/admin.tpl.php +++ b/templates/admin.tpl.php @@ -30,7 +30,7 @@ echo '</ol>'; ?> <h3><?php echo T_('Other actions')?></h3> <p> -<a href="<?php echo createURL('admin','checkUrl/') ?>"> <?php echo T_('Check all urls (May take some times)') ?></a> +<a href="<?php echo createURL('admin','checkUrl/') ?>"> <?php echo T_('Check all URLs (May take some time)') ?></a> </p> <?php
$this->includeTemplate('sidebar.tpl');
|