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 | 3dbb55fe35b12e5fcbf38e7ecf8de043b16327de (patch) | |
tree | 31606652e4f498a74912edc9727635fb13a9b035 /res | |
parent | 174a0c8a3807df22ebd5731e139c0f0bb511f85b (diff) |
Make send mini dump work with non Gmail Mail app, make google sending better placed
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/logmenu.xml | 6 | ||||
-rwxr-xr-x | res/values/strings.xml | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index ec2997b0..bb810df0 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -1,12 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
- android:id="@+id/minidump"
- android:icon="@android:drawable/ic_menu_upload"
- android:showAsAction="ifRoom|withText"
- android:title="Send Minidump to developer"
- android:titleCondensed="Send Minidump"/>
- <item
android:id="@+id/clearlog"
android:icon="@drawable/ic_menu_trash_holo_light"
android:showAsAction="ifRoom|withText"
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> |