mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 00:05:08 +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
|
||||
|
||||
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 {
|
||||
return inflater.inflate(R.layout.pre_migration_controller, container, false)
|
||||
|
@ -415,6 +415,7 @@
|
||||
<string name="add_tracking">Add tracking</string>
|
||||
|
||||
<!-- Migration -->
|
||||
<string name="select_target_sources">Select target sources</string>
|
||||
<string name="source_migration">Source migration</string>
|
||||
<string name="migration">Migration</string>
|
||||
<string name="skip_pre_migration">Skip pre-migration</string>
|
||||
|
Loading…
Reference in New Issue
Block a user