fixing the string shown at Upgraded From Free dialog

This commit is contained in:
tibbi 2023-03-05 09:32:08 +01:00
parent 37ca6badfb
commit 0afb7c0036
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
}
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.gallery")) {
ConfirmationDialog(this, "", R.string.upgraded_to_pro, R.string.ok, 0, false) {}
ConfirmationDialog(this, "", R.string.upgraded_from_free, R.string.ok, 0, false) {}
config.wasUpgradedFromFreeShown = true
}