| Index: chrome/browser/cocoa/theme_install_bubble_view.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/theme_install_bubble_view.mm (revision 30959)
|
| +++ chrome/browser/cocoa/theme_install_bubble_view.mm (working copy)
|
| @@ -130,9 +130,8 @@
|
| - (id)init {
|
| self = [super initWithFrame:NSZeroRect];
|
| if (self) {
|
| - // Need our own copy of the "Loading..." string: http://crbug.com/24177
|
| NSString* loadingString =
|
| - l10n_util::GetNSStringWithFixup(IDS_TAB_LOADING_TITLE);
|
| + l10n_util::GetNSStringWithFixup(IDS_THEME_LOADING_TITLE);
|
| NSFont* loadingFont = [NSFont systemFontOfSize:kLoadingTextSize];
|
| NSColor* textColor = [NSColor whiteColor];
|
| NSDictionary* loadingAttrs = [NSDictionary dictionaryWithObjectsAndKeys:
|
|
|