diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-24 07:47:50 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-24 07:47:50 +0100 |
commit | 192410e3f1d5588712a85bbd7e9fd801dc5a0989 (patch) | |
tree | dd4340a12581a2ff6928973b61b7a47624ec3680 /res/values | |
parent | 6023835ef31cd5ee5c54604140f9352939b477a7 (diff) |
Make send mini dump work with non Gmail Mail app, make google sending better placed
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index eea81d8b..3613c7d1 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -236,5 +236,8 @@ <string name="reconnection_settings">Reconnection settings</string> <string name="connectretrymessage">Number of seconds to wait between connection attempts.</string> <string name="connectretrywait">Seconds between connections</string> + <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> </resources> |