diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-03 13:28:00 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-03 13:28:00 +0000 |
commit | 79b07684ddd2c10a12dd1c7b0c509c7dcdab34db (patch) | |
tree | ecf23d77ba6a9a6cd313eb29de3c3aee07aff353 /templates/admin.tpl.php | |
parent | 9539998bae06c6661d7d7867bacab3d5083f1bfc (diff) | |
download | semanticscuttle-79b07684ddd2c10a12dd1c7b0c509c7dcdab34db.tar.gz semanticscuttle-79b07684ddd2c10a12dd1c7b0c509c7dcdab34db.tar.bz2 |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@192 b3834d28-1941-0410-a4f8-b48e95affb8f
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');
|