mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Change latest chapter sort string to "Latest chapter" instead of "Last chapter"
This commit is contained in:
		| @@ -117,7 +117,7 @@ class LibraryNavigationView @JvmOverloads constructor(context: Context, attrs: A | ||||
|  | ||||
|         private val source = Item.MultiSort(R.string.manga_info_source_label, this) | ||||
|  | ||||
|         private val latestChapter = Item.MultiSort(R.string.manga_info_last_chapter_label, this) | ||||
|         private val latestChapter = Item.MultiSort(R.string.action_sort_latest_chapter, this) | ||||
|  | ||||
|         override val items = listOf(alphabetically, lastRead, lastUpdated, unread, total, source, latestChapter) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user