Skip to content

Commit

Permalink
Fix controller setting menu title. Fixes #1628 (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored and keianhzo committed Aug 27, 2019
1 parent e5eac7d commit f3fac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/options_controller.xml
Expand Up @@ -18,7 +18,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:title="@string/settings_developer_options" />
app:title="@string/settings_controller_options" />

<ScrollView
android:id="@+id/scrollbar"
Expand Down

0 comments on commit f3fac61

Please sign in to comment.