Fixed typos

This commit is contained in:
Nite 2021-06-14 15:42:24 +02:00
parent 172cbd0476
commit a02b620531
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ class NavigationActivity : AppCompatActivity() {
.setTitle(R.string.main_welcome_title)
.setMessage(R.string.main_welcome_text_demo)
.setNegativeButton(R.string.main_welcome_cancel) { dialog, _ ->
// Got to the settings screen
// Go to the settings screen
dialog.dismiss()
findNavController(R.id.nav_host_fragment).navigate(R.id.settingsFragment)
}

View File

@ -111,7 +111,7 @@
<string name="main.songs_starred">Starred</string>
<string name="main.songs_title">Songs</string>
<string name="main.videos">Videos</string>
<string name="main.welcome_text_demo">To use Ultrasonic with your own music you will need your <b>own server</b>: \n\n➤ In case you want to try out the app first, it can add a demo server now. \n\n➤ Otherwise you can configure your server it in the <b>settings</b>.</string>
<string name="main.welcome_text_demo">To use Ultrasonic with your own music you will need your <b>own server</b>. \n\n➤ In case you want to try out the app first, it can add a demo server now. \n\n➤ Otherwise you can configure your server in the <b>settings</b>.</string>
<string name="main.welcome_title">Welcome to Ultrasonic!</string>
<string name="main.welcome_cancel">Take me to the settings</string>
<string name="menu.about">About</string>