Change description of FeedsPage Banner
This commit is contained in:
parent
e1e43019f5
commit
1fbb079e92
|
@ -16,5 +16,5 @@ fun Filter.getName(): String = when (this) {
|
|||
fun Filter.getDesc(): String = when (this) {
|
||||
Filter.Unread -> stringResource(R.string.unread_desc, this.important)
|
||||
Filter.Starred -> stringResource(R.string.starred_desc, this.important)
|
||||
else -> stringResource(R.string.unread_desc, this.important)
|
||||
else -> stringResource(R.string.all_desc, this.important)
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
<resources>
|
||||
<string name="read_you">Read You</string>
|
||||
<string name="all">全部</string>
|
||||
<string name="all_desc">共 %1$d 项</string>
|
||||
<string name="all_desc">%1$d 项已归档</string>
|
||||
<string name="unread">未读</string>
|
||||
<string name="unread_desc">%1$d 项未读</string>
|
||||
<string name="starred">已加星标</string>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<resources>
|
||||
<string name="read_you">Read You</string>
|
||||
<string name="all">All</string>
|
||||
<string name="all_desc">%1$d All Items</string>
|
||||
<string name="all_desc">%1$d Archived Items</string>
|
||||
<string name="unread">Unread</string>
|
||||
<string name="unread_desc"> %1$d Unread Items</string>
|
||||
<string name="starred">Starred</string>
|
||||
|
|
Loading…
Reference in New Issue
Block a user