diff options
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 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 | 
