mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 17:25:09 +01:00
Move "Select target sources" to strings.xml
This commit is contained in:
parent
d3ec230d4b
commit
9f17e9116c
@ -41,7 +41,7 @@ class PreMigrationController(bundle: Bundle? = null) : BaseController(bundle), F
|
|||||||
|
|
||||||
private var dialog: BottomSheetDialog? = null
|
private var dialog: BottomSheetDialog? = null
|
||||||
|
|
||||||
override fun getTitle() = "Select target sources"
|
override fun getTitle() = view?.context?.getString(R.string.select_target_sources)
|
||||||
|
|
||||||
override fun inflateView(inflater: LayoutInflater, container: ViewGroup): View {
|
override fun inflateView(inflater: LayoutInflater, container: ViewGroup): View {
|
||||||
return inflater.inflate(R.layout.pre_migration_controller, container, false)
|
return inflater.inflate(R.layout.pre_migration_controller, container, false)
|
||||||
|
@ -415,6 +415,7 @@
|
|||||||
<string name="add_tracking">Add tracking</string>
|
<string name="add_tracking">Add tracking</string>
|
||||||
|
|
||||||
<!-- Migration -->
|
<!-- Migration -->
|
||||||
|
<string name="select_target_sources">Select target sources</string>
|
||||||
<string name="source_migration">Source migration</string>
|
<string name="source_migration">Source migration</string>
|
||||||
<string name="migration">Migration</string>
|
<string name="migration">Migration</string>
|
||||||
<string name="skip_pre_migration">Skip pre-migration</string>
|
<string name="skip_pre_migration">Skip pre-migration</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user