aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/pacien/tincapp/service/TincVpnService.kt
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/java/org/pacien/tincapp/service/TincVpnService.kt')
-rw-r--r--app/src/main/java/org/pacien/tincapp/service/TincVpnService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/org/pacien/tincapp/service/TincVpnService.kt b/app/src/main/java/org/pacien/tincapp/service/TincVpnService.kt
index 884229d..7176e25 100644
--- a/app/src/main/java/org/pacien/tincapp/service/TincVpnService.kt
+++ b/app/src/main/java/org/pacien/tincapp/service/TincVpnService.kt
@@ -91,7 +91,7 @@ class TincVpnService : VpnService() {
91 return reportError(resources.getString(R.string.message_passphrase_required)) 91 return reportError(resources.getString(R.string.message_passphrase_required))
92 92
93 if (!AppPaths.storageAvailable()) 93 if (!AppPaths.storageAvailable())
94 return reportError(resources.getString(R.string.message_storage_unavailable)) 94 return reportError(resources.getString(R.string.start_network_list_empty_storage_not_available))
95 95
96 if (!AppPaths.confDir(netName).exists()) 96 if (!AppPaths.confDir(netName).exists())
97 return reportError(resources.getString(R.string.message_no_configuration_for_network_format, netName), docTopic = "configuration") 97 return reportError(resources.getString(R.string.message_no_configuration_for_network_format, netName), docTopic = "configuration")