From 335ca07f84b9b079cd93805f92c9d90e32f0617c Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 18 Apr 2019 21:10:05 +0300 Subject: [PATCH] - Improved accounts related alert texts --- app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt index 64722fde..e85fd0e0 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt @@ -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",