diff options
| author | 2016-02-12 11:01:04 -0800 | |
|---|---|---|
| committer | 2016-02-17 23:15:06 +0000 | |
| commit | 6837ded87b22eb7c9982f725d68ce349e3aa0e1f (patch) | |
| tree | cf08185fd131022c33a93077b108ca0f1a8c5a97 | |
| parent | 5affef077316e73337eb42a098a126b01d20568e (diff) | |
App Crashes: Clarify mute option
Change-Id: I3e0298980628091ee88590d231d295174454f68e
| -rw-r--r-- | core/res/res/layout/app_error_dialog.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/layout/app_error_dialog.xml b/core/res/res/layout/app_error_dialog.xml index 824f97f6585a..b9531f46e275 100644 --- a/core/res/res/layout/app_error_dialog.xml +++ b/core/res/res/layout/app_error_dialog.xml @@ -66,7 +66,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/aerr_mute" - android:drawableStart="@drawable/ic_close" + android:drawableStart="@drawable/ic_eject_24dp" style="@style/aerr_list_item" /> diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 4e10d39e0005..36e79f2bbaec 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2608,8 +2608,8 @@ <string name="aerr_report">Send feedback</string> <!-- Button that closes a crashed application --> <string name="aerr_close">Close</string> - <!-- Button that mutes further crashes of the crashed application--> - <string name="aerr_mute">Mute</string> + <!-- Button that mutes further crashes of the crashed application. Note that this only appears on engineering builds. --> + <string name="aerr_mute">Mute until device restarts</string> <!-- Button that waits a bit more for an unresponsive app --> <string name="aerr_wait">Wait</string> <!-- Button that closes an unresponsive application --> |