From 99d42b99fe8715b78af3627afef019f822a19e36 Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 8 Sep 2008 14:40:47 +0000 Subject: git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@138 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 c9a80f1..2cbdac8 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 = ' to '. $cats; + $cats = ' '.T_('to').' '. $cats; } // Edit and delete links -- cgit v1.2.3-54-g00ecf