Merge string resources

This commit is contained in:
topjohnwu
2020-01-23 01:40:36 +08:00
parent 345c3ef15e
commit 2291be5d26
50 changed files with 246 additions and 279 deletions
@@ -22,7 +22,7 @@ class SuperuserFragment : CompatFragment<SuperuserViewModel, FragmentSuperuserMd
override fun onStart() {
super.onStart()
activity.title = resources.getString(R.string.section_superuser)
activity.title = resources.getString(R.string.superuser)
setHasOptionsMenu(true)
}