CC-4835: I18N: "Copy of ..." from Duplicating playlist would better be translated
-fixed
This commit is contained in:
parent
f067b952db
commit
83be01d0d0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue