Fix misused string key in library context menu (#9388)
The "update global" action used key which led to translation issues in Polish.
Cette révision appartient à :
Parent
44619febd3
révision
ef3d2c14b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -103,7 +103,7 @@ private fun LibraryRegularToolbar(
|
||||||
|
|
||||||
OverflowMenu { closeMenu ->
|
OverflowMenu { closeMenu ->
|
||||||
DropdownMenuItem(
|
DropdownMenuItem(
|
||||||
text = { Text(text = stringResource(R.string.pref_category_library_update)) },
|
text = { Text(text = stringResource(R.string.action_update_library)) },
|
||||||
onClick = {
|
onClick = {
|
||||||
onClickGlobalUpdate()
|
onClickGlobalUpdate()
|
||||||
closeMenu()
|
closeMenu()
|
||||||
|
|
Référencer dans un nouveau ticket