Reword "All" source/ext lang to "Multi" (#7895)

* Add "multi" as a recognized source/ext lang

* Review Changes
This commit is contained in:
AntsyLich 2022-08-30 22:43:50 +06:00 committed by GitHub
parent f5c7aa1142
commit fc6946ed61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ object LocaleHelper {
SourcesPresenter.LAST_USED_KEY -> context.getString(R.string.last_used_source)
SourcesPresenter.PINNED_KEY -> context.getString(R.string.pinned_sources)
"other" -> context.getString(R.string.other_source)
"all" -> context.getString(R.string.all_lang)
"all" -> context.getString(R.string.multi_lang)
else -> getDisplayName(lang)
}
}

View File

@ -257,7 +257,7 @@
<string name="exclude">Exclude: %s</string>
<!-- Extension section -->
<string name="all_lang">All</string>
<string name="multi_lang">Multi</string>
<string name="ext_updates_pending">Updates pending</string>
<string name="ext_update">Update</string>
<string name="ext_update_all">Update all</string>