Skip to content

Commit

Permalink
Fix navbar color preference title string (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cguy7777 committed Sep 3, 2023
1 parent ebe6acb commit 0321dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@

<!-- 2016-07-29 -->
<string name="pref_appearance_navbar_color_key" translatable="false">pref_appearance_navbar_color</string>
<string name="pref_appearance_navbar_color_title">Navigation and status bar colour</string>
<string name="pref_appearance_navbar_color_title">Navigation bar colour</string>

<string name="pref_appearance_navbar_color_option_black">Black</string>
<string name="pref_appearance_navbar_color_option_primary">Primary (light)</string>
Expand Down

0 comments on commit 0321dc7

Please sign in to comment.