From 755d8e8934a83d845b881007c70999a4dba030ba Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Thu, 27 Feb 2020 09:10:58 -0500 Subject: [PATCH] Fix 'history' text Test: make Fixes: 150335502 Change-Id: I175d7e74d956bf8d1785f88d36a576f5aded1b82 --- .../SystemUI/res/layout/status_bar_notification_footer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/res/layout/status_bar_notification_footer.xml b/packages/SystemUI/res/layout/status_bar_notification_footer.xml index 36ba66af5729d..5a1e5c439724a 100644 --- a/packages/SystemUI/res/layout/status_bar_notification_footer.xml +++ b/packages/SystemUI/res/layout/status_bar_notification_footer.xml @@ -33,8 +33,8 @@ android:layout_height="wrap_content" android:layout_gravity="start" android:focusable="true" - android:contentDescription="@string/accessibility_manage_notification" - android:text="@string/manage_notifications_text" + android:contentDescription="@string/manage_notifications_history_text" + android:text="@string/manage_notifications_history_text" />