Explorar o código

GenreModel: Update indicator name

Soomin Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
29506f5cea
Modificáronse 1 ficheiros con 1 adicións e 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