Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1340)

Unified Diff: chrome/app/generated_resources.grd

Issue 10882014: Slightly modified ETA computation algorithm. Also modified UI of the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9908de40d6aba0e64e79f05d8b7c7ec5ee5e44b1..723ed6853892914de48a7a01c56dffd1cb92c5db 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13241,6 +13241,12 @@ Press any key to continue exploring.
<message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for update">
Checking for updates
</message>
+ <message name="IDS_UPDATE_VERIFYING" desc="Message that the system is verifying an update">
+ Verifying...
+ </message>
+ <message name="IDS_UPDATE_FINALIZING" desc="Message that the system is finalizing an update">
+ Finalizing...
+ </message>
<message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed on image burning webpage ">
Create OS Recovery Media
</message>
@@ -13490,15 +13496,6 @@ Press any key to continue exploring.
<message name="IDS_UPDATE_AVAILABLE" desc="Notification for available update">
System update available. Preparing to download&#x2026;
</message>
- <message name="IDS_UPDATE_DOWNLOADING" desc="Notification for update download progress">
- System update downloading: <ph name="PERCENT">$1<ex>10</ex></ph>&#37; complete.
- </message>
- <message name="IDS_UPDATE_VERIFYING" desc="Notification for update verifying">
- Verifying system update&#x2026;
- </message>
- <message name="IDS_UPDATE_FINALIZING" desc="Notification for update finalizing">
- Finalizing system update&#x2026;
- </message>
<message name="IDS_UPDATE_COMPLETED" desc="Notification for update completed">
System update complete. Please restart the system.
</message>
@@ -13508,6 +13505,9 @@ Press any key to continue exploring.
<message name="IDS_INSTALLING_UPDATE_DESC" desc="Additional info shown on the updates installation screen during OOBE">
Your computer will restart when the update is complete.
</message>
+ <message name="IDS_DOWNLOADING" desc="The format for ETA during the update downloading stage">
+ Downloading: <ph name="STATUS">$1<ex>Less than 1 minute left</ex></ph>
+ </message>
<message name="IDS_DOWNLOADING_TIME_LEFT_LONG" desc="The status text for downloading estimated time left, when estimated time is more than one hour">
More than 1 hour left
</message>
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/mock_update_screen.h » ('j') | chrome/browser/chromeos/login/update_screen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698