Skip to content

Commit

Permalink
Fix capitalizaton in a few English strings
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-szkutnik authored and kaaholst committed Jan 1, 2025
1 parent 2d07611 commit a6b206a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Squeezer/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<string name="settings_top_bar_search_global">All places</string>
<string name="settings_top_bar_search_my_music">My music</string>
<string name="settings_clear_current_playlist_confirmation">When clearing a playlist</string>
<string name="settings_clear_current_playlist_confirmation_off">do not ask for confirmation</string>
<string name="settings_clear_current_playlist_confirmation_on">ask for confirmation</string>
<string name="settings_clear_current_playlist_confirmation_off">Do not ask for confirmation</string>
<string name="settings_clear_current_playlist_confirmation_on">Ask for confirmation</string>
<string name="settings_username_hint">User name (optional)</string>
<string name="settings_password_hint">Password (optional)</string>
<string name="settings_use_wake_on_lan">Wake up server (Wake-on-LAN)</string>
Expand Down Expand Up @@ -146,7 +146,7 @@
<string name="settings_show_track_number_off">Don\'t show track number</string>
<string name="settings_show_track_number_on">Show track number above time in track</string>
<string name="settings_show_technical_info_title">Technical info (bitrate, etc)</string>
<string name="settings_show_technical_info_off">Don\'t show Technical info</string>
<string name="settings_show_technical_info_off">Don\'t show technical info</string>
<string name="settings_show_technical_info_on">Show technical info above time in track</string>
<string name="settings_add_composer_line_off">Don\'t show composer</string>
<string name="settings_add_composer_line_on">Show composer in front of the track title</string>
Expand Down

0 comments on commit a6b206a

Please sign in to comment.