summaryrefslogtreecommitdiffstats
path: root/ash/ash_strings.grd
diff options
context:
space:
mode:
authortwiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-29 17:21:11 +0000
committertwiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-29 17:21:11 +0000
commit0ed47a984c74aa863fce153860caa28af23bcc69 (patch)
treec8069828fd34bcfb20dddf9297d293fa3b7b6548 /ash/ash_strings.grd
parent83864e24e13fb446b6d29d08d8c2e7fc2ce1fe59 (diff)
downloadchromium_src-0ed47a984c74aa863fce153860caa28af23bcc69.zip
chromium_src-0ed47a984c74aa863fce153860caa28af23bcc69.tar.gz
chromium_src-0ed47a984c74aa863fce153860caa28af23bcc69.tar.bz2
Revert 153905 - crbug.com/144000 "1 minutes left" on battery status
Fixed: Using the "Super L10N-izer" TimeFormat::TimeRemaining(const base::TimeDelta& delta) from src/chrome/common/time_format.h. Using shell delegate mechanism to access it. BUG=144000 TEST=Observe battery notification when only 1 minute left. (On desktop chrome cycles through simulated battery times. Observe notification when < 10% down to 1%) Review URL: https://chromiumcodereview.appspot.com/10891008 TBR=sschmitz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10891031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153907 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r--ash/ash_strings.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index 23af8c2..dff373c 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -389,6 +389,9 @@ Press Search or Shift to cancel.
<message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL" desc="The label in the tray dialog to show a time estimate until the battery is fully charged.">
<ph name="hour">$1<ex>2</ex></ph>h <ph name="minute">$2<ex>53</ex></ph>m until full
</message>
+ <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_EMPTY" desc="The label in the tray dialog to show a time estimate until the battery is empty.">
+ <ph name="minute">$1<ex>53</ex></ph> minutes left
+ </message>
<message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING" desc="The label in the tray dialog indicating that the time to charge or discharge the battery is being calculated.">
Calculating...
</message>