CC-4835: I18N: "Copy of ..." from Duplicating playlist would better be translated

-fixed
This commit is contained in:
denise 2013-01-14 13:42:17 -05:00
parent f067b952db
commit 83be01d0d0
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ class LibraryController extends Zend_Controller_Action
list(, $plFadeOut) = $originalPl->getFadeInfo($originalPl->getSize()-1);
$newPl->setfades($plFadeIn, $plFadeOut);
$newPl->setName("Copy of ".$originalPl->getName());
$newPl->setName(sprintf(_("Copy of %s"), $originalPl->getName()));
}
public function contentsFeedAction()