mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 23:35:04 +01:00
Fix misused string key in library context menu (#9388)
The "update global" action used key which led to translation issues in Polish.
This commit is contained in:
parent
44619febd3
commit
ef3d2c14b4
@ -103,7 +103,7 @@ private fun LibraryRegularToolbar(
|
||||
|
||||
OverflowMenu { closeMenu ->
|
||||
DropdownMenuItem(
|
||||
text = { Text(text = stringResource(R.string.pref_category_library_update)) },
|
||||
text = { Text(text = stringResource(R.string.action_update_library)) },
|
||||
onClick = {
|
||||
onClickGlobalUpdate()
|
||||
closeMenu()
|
||||
|
Loading…
Reference in New Issue
Block a user