mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fixed last used text
This commit is contained in:
parent
d9d6d4ed29
commit
dd88dbfa29
2 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@ class LangHolder(view: View, adapter: FlexibleAdapter<IFlexible<RecyclerView.Vie
|
|||
BaseFlexibleViewHolder(view, adapter) {
|
||||
|
||||
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="sources">Sources</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="check_site_in_web">Check website in WebView</string>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue