| Index: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
|
| index 061fc6f86e5f57872d03c57d5056369287829fb4..360a959eaac254f3b0e77e6678f9e181f53e247a 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
|
| @@ -440,9 +440,8 @@ class ExtensionLoadedNotificationObserver
|
| // First calculate the height of the sign-in promo.
|
| NSFont* font = [NSFont systemFontOfSize:[NSFont smallSystemFontSize]];
|
|
|
| - NSString* link(l10n_util::GetNSStringFWithFixup(
|
| - IDS_EXTENSION_INSTALLED_SIGNIN_PROMO_LINK,
|
| - l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME)));
|
| + NSString* link(l10n_util::GetNSStringWithFixup(
|
| + IDS_EXTENSION_INSTALLED_SIGNIN_PROMO_LINK));
|
| NSString* message(l10n_util::GetNSStringWithFixup(
|
| IDS_EXTENSION_INSTALLED_SIGNIN_PROMO));
|
|
|
|
|