|
@@ -160,7 +160,7 @@ class INIntroduceController: BFBaseViewController {
|
|
|
|
|
|
@objc func addmaterial(){
|
|
|
if recordScreenVC.itemModels.count >= 20{
|
|
|
- cShowHUB(superView: nil, msg: "已经选择了20个素材了!!")
|
|
|
+ cShowHUB(superView: nil, msg: "option_tips_max20".BFLocale)
|
|
|
return
|
|
|
}
|
|
|
if recordScreenVC.isNormalPlaying {
|