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

Unified Diff: ash/ash_strings.grd

Issue 10010037: ash: Show 'calculating' when the battery time is still being computed, instead of showing incorrec… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/system/power/tray_power.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_strings.grd
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index abf24c6dc93f89cc1f52b85a04dbe0d698857965..7ba89c5c11f5b45ced86f17313fd2e00a208e837 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -289,6 +289,14 @@ This file contains the strings for ash.
Battery: <ph name="percentage">$1<ex>56</ex></ph>%
<ph name="hour">$2</ph>h <ph name="minute">$3</ph>m
</message>
+ <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING_ON" desc="The label in the tray dialog indicating that the time to completely charge the battery is being calculated.">
+Battery: <ph name="percentage">$1<ex>56</ex></ph>%
+Calculating time until full
+ </message>
+ <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING_OFF" desc="The label in the tray dialog indicating that the time to completely drain the battery is being calculated.">
+Battery: <ph name="percentage">$1<ex>56</ex></ph>%
+Calculating remaining time
+ </message>
<message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:">
IP Address
</message>
« no previous file with comments | « no previous file | ash/system/power/tray_power.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698