git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@138 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
f619ee64ac
commit
99d42b99fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue