Explorar el Código

GenreModel: Update indicator name

Soomin Lee hace 7 años
padre
commit
29506f5cea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SharedSources/MediaLibraryModel/GenreModel.swift

+ 1 - 1
SharedSources/MediaLibraryModel/GenreModel.swift

@@ -18,7 +18,7 @@ class GenreModel: MLBaseModel {
 
     var medialibrary: VLCMediaLibraryManager
 
-    var indicatorName: String = NSLocalizedString("GENRE", comment: "")
+    var indicatorName: String = NSLocalizedString("GENRES", comment: "")
 
     required init(medialibrary: VLCMediaLibraryManager) {
         self.medialibrary = medialibrary