Update skip pre migration tip

This commit is contained in:
Jay 2020-05-21 23:28:25 -04:00
parent 620d3c57e8
commit d5fb065111
2 changed files with 3 additions and 2 deletions

View File

@ -114,7 +114,7 @@ class MigrationBottomSheetDialog(
skip_step.isChecked = preferences.skipPreMigration().getOrDefault()
skip_step.setOnCheckedChangeListener { _, isChecked ->
if (isChecked) (listener as? Controller)?.activity?.toast(
R.string.to_show_again_setting_library, Toast.LENGTH_LONG
R.string.to_show_again_setting_sources, Toast.LENGTH_LONG
)
}
}

View File

@ -433,7 +433,8 @@
<string name="use_most_chapters">Use source with the most chapters (slower)</string>
<string name="use_first_source">Use first source with alternative</string>
<string name="skip_this_step_next_time">Skip this step next time</string>
<string name="to_show_again_setting_library">To show this screen again, go to Settings -> Library.</string>
<string name="to_show_again_setting_sources">To show this screen again, go to Settings ->
Sources.</string>
<string name="latest_">Latest: %1$s</string>
<string name="migrating_to">migrating to</string>
<string name="dont_migrate">Don\'t migrate</string>