summaryrefslogtreecommitdiffstatshomepage
path: root/templates/editbookmark.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-06-04 09:37:46 +0000
committerGravatar mensonge2009-06-04 09:37:46 +0000
commit68911e76e6f0078ea2c499f25ed9bd47f60cc52d (patch)
treebb08967e698e02db76ef887a33ca8c5f4d7172af /templates/editbookmark.tpl.php
parent12fdaddf6ae1d9c1ece8afffea6017709c742f18 (diff)
downloadscuttle-68911e76e6f0078ea2c499f25ed9bd47f60cc52d.tar.gz
scuttle-68911e76e6f0078ea2c499f25ed9bd47f60cc52d.zip
Translations
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@340 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/editbookmark.tpl.php')
-rw-r--r--templates/editbookmark.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php
index 5a24cf4..8a08717 100644
--- a/templates/editbookmark.tpl.php
+++ b/templates/editbookmark.tpl.php
@@ -62,7 +62,7 @@ $this->includeTemplate("dojo.inc");
<tr id="privateNoteZone" <?php if(strlen($row['bPrivateNote'])==0):?>style="display:none"<?php endif; ?>>
<th align="left"><?php echo T_('Private Note'); ?></th>
<td><textarea name="privateNote" id="privateNote" rows="1" cols="63" ><?php echo filter($row['bPrivateNote'], 'xml'); ?></textarea></td>
- <td>&larr; <?php echo T_('Just visible by you and your friends.'); ?>
+ <td>&larr; <?php echo T_('Just visible by you and your contacts.'); ?>
</td>
</tr>
<tr>