| Index: ash/shelf/app_list_button.cc
|
| diff --git a/ash/shelf/app_list_button.cc b/ash/shelf/app_list_button.cc
|
| index d1246c873b1b6caba06735ba48e63ca918632b10..9ba833254e3e93274058c2a435da2d5ae3e24790 100644
|
| --- a/ash/shelf/app_list_button.cc
|
| +++ b/ash/shelf/app_list_button.cc
|
| @@ -37,7 +37,7 @@ AppListButton::AppListButton(views::ButtonListener* listener,
|
| : views::ImageButton(listener),
|
| host_(host),
|
| shelf_widget_(shelf_widget) {
|
| - SetAccessibleName(l10n_util::GetStringUTF16(IDS_AURA_APP_LIST_TITLE));
|
| + SetAccessibleName(l10n_util::GetStringUTF16(IDS_ASH_SHELF_APP_LIST_TITLE));
|
| SetSize(gfx::Size(kShelfSize, kShelfSize));
|
| SetFocusPainter(views::Painter::CreateSolidFocusPainter(
|
| kFocusBorderColor, gfx::Insets(1, 1, 1, 1)));
|
|
|