Skip to content

Commit

Permalink
fix language in global update setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Oct 4, 2021
1 parent dab4ee1 commit 3f5d9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class SettingsLibraryController : SettingsController() {
.toIntArray()

return MaterialAlertDialogBuilder(activity!!)
.setTitle(R.string.categories)
.setTitle(R.string.anime_categories)
.setQuadStateMultiChoiceItems(
message = R.string.pref_animelib_update_categories_details,
items = items,
Expand Down

0 comments on commit 3f5d9b9

Please sign in to comment.