- Improved accounts related alert texts

This commit is contained in:
Juha Heinanen
2019-04-18 21:10:05 +03:00
parent b178d753f1
commit 335ca07f84

View File

@ -123,14 +123,14 @@ class AccountsActivity : AppCompatActivity() {
if (title == "Encrypt Password") {
if (exportAccounts(dir, password))
Utils.alertView(this, "Info",
"Exported accounts to Download folder as 'accounts.bs'")
"Exported accounts to Download folder file 'accounts.bs'.")
else
Utils.alertView(this, "Error",
"Failed to export accounts to Download folder.")
} else {
if (importAccounts(dir, password))
Utils.alertView(this, "Info",
"Imported accounts from Download folder " +
"Imported accounts from Download folder file " +
"'accounts.bs'. You need to restart baresip.")
else
Utils.alertView(this, "Error",