| Index: chrome/browser/views/theme_install_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/theme_install_bubble_view.cc (revision 30959)
|
| +++ chrome/browser/views/theme_install_bubble_view.cc (working copy)
|
| @@ -27,8 +27,7 @@
|
| if (!tab_contents)
|
| Close();
|
|
|
| - // Need our own copy of the "Loading..." string: http://crbug.com/24177
|
| - text_ = l10n_util::GetStringUTF16(IDS_TAB_LOADING_TITLE);
|
| + text_ = l10n_util::GetStringUTF16(IDS_THEME_LOADING_TITLE);
|
| ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| gfx::Font font(rb.GetFont(ResourceBundle::LargeFont));
|
| SetFont(font);
|
|
|