mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 16:45:06 +01:00
Fixed last used text
This commit is contained in:
parent
d9d6d4ed29
commit
dd88dbfa29
@ -12,6 +12,6 @@ class LangHolder(view: View, adapter: FlexibleAdapter<IFlexible<RecyclerView.Vie
|
|||||||
BaseFlexibleViewHolder(view, adapter) {
|
BaseFlexibleViewHolder(view, adapter) {
|
||||||
|
|
||||||
fun bind(item: LangItem) {
|
fun bind(item: LangItem) {
|
||||||
title.text = LocaleHelper.getDisplayName(item.code)
|
title.text = LocaleHelper.getSourceDisplayName(item.code, itemView.context)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -239,7 +239,7 @@
|
|||||||
<string name="all_sources">All sources</string>
|
<string name="all_sources">All sources</string>
|
||||||
<string name="sources">Sources</string>
|
<string name="sources">Sources</string>
|
||||||
<string name="source_hidden">Source hidden</string>
|
<string name="source_hidden">Source hidden</string>
|
||||||
<string name="last_used">Last Used</string>
|
<string name="last_used">Last used</string>
|
||||||
<string name="local_source_help_guide">Local source guide</string>
|
<string name="local_source_help_guide">Local source guide</string>
|
||||||
<string name="check_site_in_web">Check website in WebView</string>
|
<string name="check_site_in_web">Check website in WebView</string>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user