소스 검색

VLCEditController: Localize new playlist place holder

Soomin Lee 6 년 전
부모
커밋
ff376a4a46
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Sources/VLCEditController.swift

+ 2 - 1
Sources/VLCEditController.swift

@@ -102,7 +102,8 @@ private extension VLCEditController {
 extension VLCEditController: VLCEditToolbarDelegate {
     func addToNewPlaylist() {
         let alertInfo = TextFieldAlertInfo(alertTitle: NSLocalizedString("PLAYLISTS", comment: ""),
-                                           placeHolder: "NEW_PLAYLIST")
+                                           placeHolder: NSLocalizedString("PLAYLIST_PLACEHOLDER",
+                                                                          comment: ""))
         presentTextFieldAlert(with: alertInfo,
                               completionHandler: {
             [unowned self] text -> Void in