Skip to content

Fix stray \r. Remove unused string. #53

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

Merged
merged 1 commit into from
Apr 8, 2024
Merged
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
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