mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +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:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user