aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-05 16:52:58 +0000
committerericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-05 16:52:58 +0000
commite2f1d5279efb42b93b06c064e45f5c9dc4a3202d (patch)
tree9fabb72f240b734a02339a8c27d1fbfe503df47f /templates
parent17c01d0dde15c1e337a00eb7f1ec9d33b9250626 (diff)
downloadsemanticscuttle-e2f1d5279efb42b93b06c064e45f5c9dc4a3202d.tar.gz
semanticscuttle-e2f1d5279efb42b93b06c064e45f5c9dc4a3202d.tar.bz2
minor change about template and translation fr_FR
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@58 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/about.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php
index 494a2e3..20e290c 100644
--- a/templates/about.tpl.php
+++ b/templates/about.tpl.php
@@ -11,10 +11,10 @@ $this->includeTemplate($GLOBALS['top_include']);
<h3><?php echo T_('Geek Stuff'); ?></h3>
<ul>
-<li><?php echo sprintf(T_('%s is based on <a href="http://sourceforge.net/projects/scuttle/">an open-source project</a> licensed under the <a href="http://www.gnu.org/copyleft/gpl.html"><acronym title="GNU\'s Not Unix">GNU</acronym> General Public License</a>. This means you can host it on your own web server for free, whether it is on the Internet, a private network or just your own computer.'), $GLOBALS['sitename']); ?></li>
+<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><?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>
<?php
$this->includeTemplate($GLOBALS['bottom_include']);
-?> \ No newline at end of file
+?>