- Improved accounts related alert texts

This commit is contained in:
Juha Heinanen
2019-04-18 21:10:05 +03:00
parent b178d753f1
commit 335ca07f84
@@ -123,14 +123,14 @@ class AccountsActivity : AppCompatActivity() {
if (title == "Encrypt Password") { if (title == "Encrypt Password") {
if (exportAccounts(dir, password)) if (exportAccounts(dir, password))
Utils.alertView(this, "Info", Utils.alertView(this, "Info",
"Exported accounts to Download folder as 'accounts.bs'") "Exported accounts to Download folder file 'accounts.bs'.")
else else
Utils.alertView(this, "Error", Utils.alertView(this, "Error",
"Failed to export accounts to Download folder.") "Failed to export accounts to Download folder.")
} else { } else {
if (importAccounts(dir, password)) if (importAccounts(dir, password))
Utils.alertView(this, "Info", Utils.alertView(this, "Info",
"Imported accounts from Download folder " + "Imported accounts from Download folder file " +
"'accounts.bs'. You need to restart baresip.") "'accounts.bs'. You need to restart baresip.")
else else
Utils.alertView(this, "Error", Utils.alertView(this, "Error",