Fixed typos
This commit is contained in:
parent
172cbd0476
commit
a02b620531
|
@ -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)
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue