We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c43f01 commit 68c7964Copy full SHA for 68c7964
app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt
@@ -941,7 +941,7 @@ class MainActivity : SimpleActivity() {
941
when (it) {
942
NotesImporter.ImportResult.IMPORT_OK -> R.string.importing_successful
943
NotesImporter.ImportResult.IMPORT_PARTIAL -> R.string.importing_some_entries_failed
944
- else -> R.string.no_items_found
+ else -> R.string.no_new_items
945
}
946
)
947
initViewPager()
0 commit comments