mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +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