summaryrefslogtreecommitdiffstatshomepage
path: root/templates/about.tpl.php
diff options
context:
space:
mode:
authorGravatar ericdane2008-03-05 18:17:38 +0000
committerGravatar ericdane2008-03-05 18:17:38 +0000
commitada33df4efdf01008d9dbc1a4baa05e1e754d1e6 (patch)
tree6ac350f6fcceda59a8c2fe9c7a27361e67eb6a78 /templates/about.tpl.php
parent7b9ad7c0b05a07124621643d1d260249e5b90609 (diff)
downloadscuttle-ada33df4efdf01008d9dbc1a4baa05e1e754d1e6.tar.gz
scuttle-ada33df4efdf01008d9dbc1a4baa05e1e754d1e6.zip
minor change geek section + related translations
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@60 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/about.tpl.php')
-rw-r--r--templates/about.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php
index 20e290c..3900642 100644
--- a/templates/about.tpl.php
+++ b/templates/about.tpl.php
@@ -11,7 +11,7 @@ $this->includeTemplate($GLOBALS['top_include']);
<h3><?php echo T_('Geek Stuff'); ?></h3>
<ul>
-<li><?php echo sprintf(T_('<a href="http://sourceforge.net/projects/semanticscuttle/">Semantic Scuttle</a> is licensed under the <a href="http://www.gnu.org/copyleft/gpl.html"><acronym title="GNU\'s Not Unix">GNU</acronym> General Public License</a> (you can host it on your own web server).'), $GLOBALS['sitename']); ?></li>
+<li><a href="http://sourceforge.net/projects/semanticscuttle/">Semantic Scuttle</a> <?php echo T_('is licensed under the ');?> <a href="http://www.gnu.org/copyleft/gpl.html"><acronym title="GNU\'s Not Unix">GNU</acronym> General Public License</a> (<?php echo T_('you can freely host it on your own web server.'; ?>)</li>
<li><?php echo sprintf(T_('%1$s supports most of the <a href="http://del.icio.us/doc/api">del.icio.us <abbr title="Application Programming Interface">API</abbr></a>. Almost all of the neat tools made for that system can be modified to work with %1$s instead. If you find a tool that won\'t let you change the API address, ask the creator to add this setting. You never know, they might just do it.'), $GLOBALS['sitename']); ?></li>
</ul>