Description showing which sources support batch-add (#740)
* Show description which sources support batch-add * update remove merged entries text
This commit is contained in:
parent
6bfb80fe37
commit
876c952feb
2 changed files with 9 additions and 2 deletions
|
|
@ -32,6 +32,7 @@ import cafe.adriel.voyager.navigator.currentOrThrow
|
|||
import eu.kanade.presentation.components.AppBar
|
||||
import eu.kanade.presentation.util.Screen
|
||||
import tachiyomi.i18n.MR
|
||||
import tachiyomi.i18n.kmk.KMR
|
||||
import tachiyomi.i18n.sy.SYMR
|
||||
import tachiyomi.presentation.core.components.material.Button
|
||||
import tachiyomi.presentation.core.components.material.Scaffold
|
||||
|
|
@ -86,7 +87,6 @@ class BatchAddScreen : Screen() {
|
|||
},
|
||||
keyboardOptions = KeyboardOptions(autoCorrectEnabled = false),
|
||||
textStyle = MaterialTheme.typography.bodyLarge,
|
||||
|
||||
)
|
||||
Spacer(Modifier.height(8.dp))
|
||||
Button(
|
||||
|
|
@ -95,6 +95,12 @@ class BatchAddScreen : Screen() {
|
|||
) {
|
||||
Text(text = stringResource(SYMR.strings.eh_batch_add_button))
|
||||
}
|
||||
// KMK -->
|
||||
Spacer(Modifier.height(8.dp))
|
||||
Text(
|
||||
text = stringResource(KMR.strings.batch_add_description),
|
||||
)
|
||||
// KMK <--
|
||||
}
|
||||
}
|
||||
BatchAddScreenModel.State.PROGRESS -> {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<string name="action_move_up">Move up</string>
|
||||
<string name="action_move_down">Move down</string>
|
||||
<string name="action_confirm_color">Confirm Color</string>
|
||||
<string name="action_remove_merged">Remove merged entries?</string>
|
||||
<string name="action_remove_merged">Remove original entries from library?</string>
|
||||
<string name="action_hide">Hide</string>
|
||||
<string name="action_show_hidden_categories">Show hidden categories</string>
|
||||
<string name="action_panorama_cover">Panorama cover</string>
|
||||
|
|
@ -148,4 +148,5 @@
|
|||
<string name="migrating_all_entries">Migrating all entries from source</string>
|
||||
<!-- Misc -->
|
||||
<string name="label_to_be_updated">To be updated</string>
|
||||
<string name="batch_add_description">Support: MangaDex, E-H, ExH, nH, 8Muses, Tsumino</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue