Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in navigation bar settings #25

Open
wants to merge 1 commit into
base: kk4.4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion res/values/slim_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ two in order to insert additional control points. \'Remove\' deletes the selecte
<string name="navigation_bar_width_title">Navigation bar width</string>
<string name="navigation_bar_width_summary">Navigation bar height if the bar is along a side.</string>
<string name="navbar_can_move">Show landscape</string>
<string name="navbar_can_move_summary">Shows navigation bar in lanscape on the bottom</string>
<string name="navbar_can_move_summary">Shows navigation bar in landscape on the bottom</string>
<string name="navbar_style_dimen_title">Dimensions</string>
<string name="navbar_button_title">Buttons</string>
<string name="navbar_targets_title">Ring targets</string>
Expand Down