diff options
author | cyBerta <richy@cyborgsociety.org> | 2013-12-05 01:45:51 +0100 |
---|---|---|
committer | cyBerta <richy@cyborgsociety.org> | 2013-12-05 01:45:51 +0100 |
commit | 8833649c3468fce9cc40a0e94371049093c5dd7d (patch) | |
tree | e424f54eb548fa6b58448248e4da3b504e7d62b5 /res/values/strings.xml | |
parent | a651099981ddc9ed5c17a25b2bb618b161cec048 (diff) |
Show location in openvpn notification message (Feature #4665)
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-x | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2598d452..28d159b0 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -239,7 +239,7 @@ <string name="minidump_generated">OpenVPN crashed unexpectedly. Please consider using the send Minidump option in the main menu</string> <string name="send_minidump">Send Minidump to developer</string> <string name="send_minidump_summary">Send debugging information about last crash to developer</string> - <string name="notifcation_title">OpenVPN - %s</string> + <string name="notifcation_title">Bitmask - %s</string> <string name="session_ipv4string">%1$s - %2$s</string> <string name="session_ipv6string">%1$s - %3$s, %2$s</string> <string name="state_connecting">Connecting</string> |