summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar mensonge2008-12-03 13:28:00 +0000
committerGravatar mensonge2008-12-03 13:28:00 +0000
commit79b07684ddd2c10a12dd1c7b0c509c7dcdab34db (patch)
treeecf23d77ba6a9a6cd313eb29de3c3aee07aff353 /templates
parent9539998bae06c6661d7d7867bacab3d5083f1bfc (diff)
downloadscuttle-79b07684ddd2c10a12dd1c7b0c509c7dcdab34db.tar.gz
scuttle-79b07684ddd2c10a12dd1c7b0c509c7dcdab34db.zip
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@192 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.tpl.php2
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');