Skip to content

Commit

Permalink
Fix stray \r. Remove unused string.
Browse files Browse the repository at this point in the history
The \r displays as 'r'.

Closes #12
  • Loading branch information
microbit-matt-hillsdon committed Apr 8, 2024
1 parent 8c36db3 commit ca62f87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<string name="app_name">micro:bit</string>
<string name="app_name_without_colon">microbit</string>
<string name="home_activity_name"></string>
<string name="poweredBy">Powered by\r\n SAMSUNG</string>
<string name="copyright">Copyright © 1995&#8211;2015 SAMSUNG</string>
<string name="developed_by">Developed by</string>

Expand Down Expand Up @@ -210,7 +209,7 @@
<string name="loading_page_msg">Please wait. Page is loading&#8230;</string>

<!-- Popup message -->
<string name="delete_project_message">Are you sure you want to remove this file?\r\nThe file will be permanently removed from this application.</string>
<string name="delete_project_message">Are you sure you want to remove this file?\nThe file will be permanently removed from this application.</string>
<string name="delete_project_title">Delete project?</string>
<string name="record_audio">Record Audio?</string>
<string name="audio_recorder_notification">micro:bit Audio Recorder</string>
Expand Down

0 comments on commit ca62f87

Please sign in to comment.