Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

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 à :
Tooster 2023-04-25 04:32:28 +02:00 révisé par GitHub
Parent 44619febd3
révision ef3d2c14b4
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -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()