Procházet zdrojové kódy

VLCEditController: Localize new playlist place holder

Soomin Lee před 6 roky
rodič
revize
ff376a4a46
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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