Merge "AppError: Change "close" to "close app"" into nyc-dev

This commit is contained in:
Adrian Roos
2016-06-01 18:14:41 +00:00
committed by Android (Google) Code Review

View File

@@ -38,7 +38,7 @@
android:id="@+id/aerr_close"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/aerr_close"
android:text="@string/aerr_close_app"
android:drawableStart="@drawable/ic_close"
style="@style/aerr_list_item"
/>