From c17251cf3d6a49e865aa26b7538d0fd554382beb Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 10 Sep 2008 16:14:38 +0000 Subject: Translation bug: fixed git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@141 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/bookmarks.tpl.php') 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 -- cgit v1.2.3-54-g00ecf