Skip to content

Commit a6f8490

Browse files
committed
show a note about reseting synced notes
1 parent 3dd51a9 commit a6f8490

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@ class MainActivity : SimpleActivity() {
10751075
add(Release(62, R.string.release_62))
10761076
add(Release(64, R.string.release_64))
10771077
add(Release(67, R.string.release_67))
1078+
add(Release(81, R.string.release_81))
10781079
checkWhatsNew(this, BuildConfig.VERSION_CODE)
10791080
}
10801081
}

app/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<string name="package_name">com.simplemobiletools.notes.pro</string>
44

55
<!-- Release notes -->
6+
<string name="release_81">Notes linked to files have been reset, please set them up again</string>
67
<string name="release_67">
78
Allow reordering checklist items by dragging, once selection mode by long pressing is activated\n
89
Added a new settings item for moving undone checklist items at the top automatically

0 commit comments

Comments
 (0)