Use our own translation for "OK"
I missed this in the PR that it came with, but I guess it'll be useful if we go multiplatform. (cherry picked from commit f344831d5877d1d0a7772b00f498ddfb6e86da04) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/ui/main/MainActivity.kt
This commit is contained in:
@@ -136,7 +136,7 @@ fun PagePreviewPageDialog(
|
||||
onPageSelected(page.roundToInt())
|
||||
onDismissPageDialog()
|
||||
},) {
|
||||
Text(stringResource(android.R.string.ok))
|
||||
Text(stringResource(R.string.action_ok))
|
||||
}
|
||||
},
|
||||
dismissButton = {
|
||||
|
||||
Reference in New Issue
Block a user