Localize the descriptions
This commit is contained in:
parent
886940ac9b
commit
b9ed1e9527
@ -105,7 +105,7 @@ fun HistorySearchToolbar(
|
|||||||
actions = {
|
actions = {
|
||||||
AnimatedVisibility(visible = searchQuery.isNotEmpty()) {
|
AnimatedVisibility(visible = searchQuery.isNotEmpty()) {
|
||||||
IconButton(onClick = onClickResetSearch) {
|
IconButton(onClick = onClickResetSearch) {
|
||||||
Icon(Icons.Outlined.Close, contentDescription = "reset")
|
Icon(Icons.Outlined.Close, contentDescription = stringResource(id = R.string.action_reset))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -193,7 +193,7 @@ fun LibrarySearchToolbar(
|
|||||||
actions = {
|
actions = {
|
||||||
AnimatedVisibility(visible = searchQuery.isNotEmpty()) {
|
AnimatedVisibility(visible = searchQuery.isNotEmpty()) {
|
||||||
IconButton(onClick = onClickResetSearch) {
|
IconButton(onClick = onClickResetSearch) {
|
||||||
Icon(Icons.Outlined.Close, contentDescription = "reset")
|
Icon(Icons.Outlined.Close, contentDescription = stringResource(id = R.string.action_reset))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user