Skip to content

Commit

Permalink
props: fix drive string
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D committed Jan 7, 2023
1 parent 92cd9d8 commit aab6791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class VmSettingsActivity : AppCompatActivity() {
prop_drive_tv.textSize = 20f
prop_drive_tv.setTextColor(Color.DKGRAY)
prop_drive_tv.setPadding(20, 0, 0, 0)
prop_drive_tv.text = "Drive interfaces"
prop_drive_tv.text = "Drive interface"
layout.addView(prop_drive_tv)

prop_drive_sp = Spinner(this)
Expand Down

0 comments on commit aab6791

Please sign in to comment.