Skip to content

Commit

Permalink
add missing escape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 29, 2024
1 parent 8a3fe88 commit a4df6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<string name="action_settings">Settings</string>
<string name="no_next_time_set">Not Set</string>
<string name="cancel">Cancel</string>
<string name="volume_setting_unset">Don't Change</string>
<string name="volume_setting_unset">Don\'t Change</string>
<string name="volume_setting_silent">Silent</string>
<string name="volume_setting_loud">Loud</string>
<string name="volume_setting_vibrate">Vibrate</string>
Expand Down Expand Up @@ -40,7 +40,7 @@
<string name="back">Back</string>
<string name="schedule_dialog_save">Save</string>
<string name="friday">Friday</string>
<string name="volume_while_headset_connected">Don't change volume while Headset connected</string>
<string name="volume_while_headset_connected">Don\'t change volume while Headset connected</string>
<string name="volume_settings">Volume</string>
<string name="volume_settings_media">Media</string>
<string name="volume_settings_notifications">Notifications</string>
Expand Down

0 comments on commit a4df6b3

Please sign in to comment.