From a02b620531cbf50c5e210af064cfee9d5fef953e Mon Sep 17 00:00:00 2001 From: Nite Date: Mon, 14 Jun 2021 15:42:24 +0200 Subject: [PATCH] Fixed typos --- .../kotlin/org/moire/ultrasonic/activity/NavigationActivity.kt | 2 +- ultrasonic/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ultrasonic/src/main/kotlin/org/moire/ultrasonic/activity/NavigationActivity.kt b/ultrasonic/src/main/kotlin/org/moire/ultrasonic/activity/NavigationActivity.kt index dde04b63..c770efe4 100644 --- a/ultrasonic/src/main/kotlin/org/moire/ultrasonic/activity/NavigationActivity.kt +++ b/ultrasonic/src/main/kotlin/org/moire/ultrasonic/activity/NavigationActivity.kt @@ -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) } diff --git a/ultrasonic/src/main/res/values/strings.xml b/ultrasonic/src/main/res/values/strings.xml index 1e82cee4..3ed173d2 100644 --- a/ultrasonic/src/main/res/values/strings.xml +++ b/ultrasonic/src/main/res/values/strings.xml @@ -111,7 +111,7 @@ Starred Songs Videos - To use Ultrasonic with your own music you will need your own server: \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 settings. + To use Ultrasonic with your own music you will need your own server. \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 settings. Welcome to Ultrasonic! Take me to the settings About