diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-14 10:59:29 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-14 10:59:29 +0000 |
commit | a9232ac70a293d3c311647dbcdb139e8c649152d (patch) | |
tree | 5caa6f723076dbf2b375eb34fcf199a8a138810d /templates | |
parent | 3265b349197a07152dd0650444c205a267697228 (diff) | |
download | semanticscuttle-a9232ac70a293d3c311647dbcdb139e8c649152d.tar.gz semanticscuttle-a9232ac70a293d3c311647dbcdb139e8c649152d.tar.bz2 |
Translation: improve French translation + add shell script to extract strings
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@13 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tag2tagadd.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tag2tagadd.tpl.php b/templates/tag2tagadd.tpl.php index 5b5ea58..109eea7 100644 --- a/templates/tag2tagadd.tpl.php +++ b/templates/tag2tagadd.tpl.php @@ -4,7 +4,7 @@ $this->includeTemplate($GLOBALS['top_include']); <form action="<?= $formaction ?>" method="post"> <input type="hidden" name="tag" value="<?php echo $tag ?>" /> -<p><?php echo T_('Create new link :')?></p> +<p><?php echo T_('Create new link:')?></p> <p><?php echo $tag ?> > <input type="text" name="newTag" /></p> <!--p><?php echo T_('Are you sure?'); ?></p--> <p> |