Fix some string references
This commit is contained in:
parent
ae7d94a1f2
commit
ef02bd112c
@ -115,7 +115,7 @@ class InterceptActivity : BaseViewBindingActivity<EhActivityInterceptBinding>()
|
||||
val sources = galleryAdder.pickSource(gallery)
|
||||
if (sources.size > 1) {
|
||||
MaterialDialog(this)
|
||||
.title(R.string.select_source)
|
||||
.title(R.string.label_sources)
|
||||
.listItemsSingleChoice(items = sources.map { it.toString() }) { _, index, _ ->
|
||||
loadGalleryEnd(gallery, sources[index])
|
||||
}
|
||||
|
@ -81,7 +81,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/options"
|
||||
android:text="@string/action_settings"
|
||||
android:textAppearance="@style/TextAppearance.Medium.Body2"
|
||||
app:layout_constraintStart_toStartOf="@+id/mig_chapters"
|
||||
app:layout_constraintTop_toBottomOf="@+id/mig_chapters" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user