diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-09-10 16:14:38 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-09-10 16:14:38 +0000 |
commit | c17251cf3d6a49e865aa26b7538d0fd554382beb (patch) | |
tree | c53fbca145fc41bdb89dab7e6ae6c9057034a590 /templates | |
parent | 35aa7f2f3d7430aaa2ce6b2f9101399c6e4736b1 (diff) | |
download | semanticscuttle-c17251cf3d6a49e865aa26b7538d0fd554382beb.tar.gz semanticscuttle-c17251cf3d6a49e865aa26b7538d0fd554382beb.tar.bz2 |
Translation bug: fixed
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@141 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bookmarks.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 2cbdac8..afd6c91 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -136,7 +136,7 @@ window.onload = playerLoad; } $cats = substr($cats, 0, -2); if ($cats != '') { - $cats = ' '.T_('to').' '. $cats; + $cats = ' '.T_('in').' '. $cats; } // Edit and delete links |