Skip to content

Commit

Permalink
chore: update first-run-needed string
Browse files Browse the repository at this point in the history
Review follow up from PR 15764: updated key

Co-authored-by: Mike Hardy <github@mikehardy.net>
  • Loading branch information
david-allison and mikehardy committed Mar 4, 2024
1 parent 34aae9e commit 5e205fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/java/com/ichi2/anki/IntentHandler.kt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class IntentHandler : Activity() {
Timber.i("Handling file import")
if (!hasShownAppIntro()) {
Timber.i("Trying to import a file when the app was not started at all")
showThemedToast(this, R.string.app_not_initialized, false)
showThemedToast(this, R.string.app_not_initialized_new, false)
return
}
val importResult = handleFileImport(this, intent)
Expand Down
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/values/02-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
<string name="intro_sync_from_ankiweb">Sync from AnkiWeb</string>

<!-- IntentHandler -->
<string name="app_not_initialized">AnkiDroid is not initialized yet. Please open AnkiDroid once, then try again</string>
<string name="app_not_initialized_new">AnkiDroid is not initialized yet. Please open AnkiDroid and try again</string>

<string name="already_logged_in">Already logged in</string>

Expand Down

0 comments on commit 5e205fb

Please sign in to comment.