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

am: b4cd4650cf

* commit 'b4cd4650cfd634df75e9e23f9585a756823bd012':
  AppError: Change "close" to "close app"

Change-Id: If2879efeaf2c3b4bd6112a22d81b59e32acbbc13
This commit is contained in:
Adrian Roos
2016-06-01 22:44:44 +00:00
committed by android-build-merger

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"
/>