From 23a081743c8e78baba8011646a65ceaf344173c2 Mon Sep 17 00:00:00 2001
From: pacien
Date: Mon, 6 Aug 2018 12:16:08 +0200
Subject: Make error notifications shorter
---
app/src/main/res/values/strings.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'app/src/main/res/values')
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ddc370b..6899082 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -100,25 +100,25 @@
No network name has been provided.
No configuration has been found for network \"%1$s\".
Network configuration file not found at \"%1$s\".
- Invalid network configuration in network.conf:\n\n%1$s
+ Invalid network configuration in network.conf:\n%1$s
Encrypting/decrypting private keys
- Could not decrypt private keys:\n\n%1$s
+ Could not decrypt private keys:\n%1$s
Storage directory is unavailable.
Starting VPN…
Disconnecting VPN…
A passphrase is required to unlock the keyring.
- Tinc daemon exited during startup:\n%1$s\n\nCheck the logs for more details.
+ Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.
Loading…
Log level set to %1$d.
Logging paused.
- Could not apply network interface configuration:\n\n%1$s
+ Could not apply network interface configuration:\n%1$s
Could not bind network interface. Is another VPN running?
Invalid network name.
The application has previously encountered a fatal error.
The crash details have been saved in \"%1$s\".
No running tinc daemon has been found.
- Could not read network interface configuration:\n\n%1$s
- Could not read tinc private keys:\n\n%1$s
+ Could not read network interface configuration:\n%1$s
+ Could not read tinc private keys:\n%1$s
none
yes
--
cgit v1.2.3