Revise label text on the flatten library view option

This commit is contained in:
Min-Yih Hsu 2022-01-28 18:58:03 +08:00
parent e760a586d7
commit 7ed1d08d9a
2 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ internal enum L10n {
internal static var settings: String { return L10n.tr("Localizable", "settings") }
/// Show Cast & Crew
internal static var showCastAndCrew: String { return L10n.tr("Localizable", "showCastAndCrew") }
/// Show Flatten Library View
/// Flatten Library Items
internal static var showFlattenView: String { return L10n.tr("Localizable", "showFlattenView") }
/// Show Missing Episodes
internal static var showMissingEpisodes: String { return L10n.tr("Localizable", "showMissingEpisodes") }