diff options
| author | 2012-10-17 12:39:18 -0700 | |
|---|---|---|
| committer | 2012-10-17 12:39:19 -0700 | |
| commit | 966496f5d57979102749ed3e4f96cbfd07aa397c (patch) | |
| tree | 310e7f476cabb08974cb17a9a83dcdd838c26cb6 | |
| parent | d95316e2c78c7e6cfacac9cced66f7ace36d6497 (diff) | |
| parent | 0312d6d94a8ef9cf933d5437e42b19855254251d (diff) | |
Merge "More descriptive content description for quick settings toggle. Bug: 7362316 Change-Id: I7829402793e407e7ca483e1de2583df3b6c235bf" into jb-mr1-dev
| -rw-r--r-- | packages/SystemUI/res/layout/system_bar_notification_panel_title.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml b/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml index 2d1bda4103fc..59544f4f778a 100644 --- a/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml +++ b/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml @@ -170,7 +170,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_sysbar_quicksettings" - android:contentDescription="@string/accessibility_settings_button" + android:contentDescription="@string/accessibility_desc_quick_settings" /> <ImageView |