Index: chrome/browser/ui/webui/components_ui.cc |
diff --git a/chrome/browser/ui/webui/components_ui.cc b/chrome/browser/ui/webui/components_ui.cc |
index be69033bd35d4a80d80d991ff713792a6b2a5a09..da8d1fbdaaf22b4573c9813f5cb769a34f62dbc3 100644 |
--- a/chrome/browser/ui/webui/components_ui.cc |
+++ b/chrome/browser/ui/webui/components_ui.cc |
@@ -224,8 +224,9 @@ base::string16 ComponentsUI::ServiceStatusToString( |
case update_client::CrxUpdateItem::State::kUpdatingDiff: |
return l10n_util::GetStringUTF16(IDS_COMPONENTS_SVC_STATUS_UPDT_DIFF); |
case update_client::CrxUpdateItem::State::kUpdating: |
- case update_client::CrxUpdateItem::State::kDownloaded: |
return l10n_util::GetStringUTF16(IDS_COMPONENTS_SVC_STATUS_UPDATING); |
+ case update_client::CrxUpdateItem::State::kDownloaded: |
+ return l10n_util::GetStringUTF16(IDS_COMPONENTS_SVC_STATUS_DOWNLOADED); |
case update_client::CrxUpdateItem::State::kUpdated: |
return l10n_util::GetStringUTF16(IDS_COMPONENTS_SVC_STATUS_UPDATED); |
case update_client::CrxUpdateItem::State::kUpToDate: |