| Index: chrome/browser/resources/google_now/cards.js
|
| diff --git a/chrome/browser/resources/google_now/cards.js b/chrome/browser/resources/google_now/cards.js
|
| index 4eb2af415d558fc00fa9824a6481d7a2ce4037e4..dd4e95072d008e65f672ff22742090a00db2d391 100644
|
| --- a/chrome/browser/resources/google_now/cards.js
|
| +++ b/chrome/browser/resources/google_now/cards.js
|
| @@ -144,7 +144,7 @@ function buildCardSet() {
|
| // Create it.
|
| console.log(
|
| 'cardManager.updateNotification ' + chromeNotificationId +
|
| - ' failed to update, creating');
|
| + ' not updated, creating instead');
|
| instrumented.notifications.create(
|
| chromeNotificationId,
|
| receivedNotification.chromeNotificationOptions,
|
|
|