diff options
author | seanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 21:59:01 +0000 |
---|---|---|
committer | seanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 21:59:01 +0000 |
commit | 0fecda62ce784048c032bbe31c7aeaeb8d5cdeab (patch) | |
tree | 304f230ebe78ffbcea1a217fa4fd88f23b854bc3 /chrome/app | |
parent | 5fde9812dbd02a294af8eb5966548fae2884bd98 (diff) | |
download | chromium_src-0fecda62ce784048c032bbe31c7aeaeb8d5cdeab.zip chromium_src-0fecda62ce784048c032bbe31c7aeaeb8d5cdeab.tar.gz chromium_src-0fecda62ce784048c032bbe31c7aeaeb8d5cdeab.tar.bz2 |
Notification for battery with <= 15 minutes remaining.
BUG=521
TEST=none
Review URL: http://codereview.chromium.org/1079007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0b1d193..02486fd 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6891,6 +6891,13 @@ Keep your key file in a safe place. You will need it to create new versions of y <!-- Chrome OS Strings --> <if expr="pp_ifdef('chromeos')"> + <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notification"> + Battery Low + </message> + <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notification"> + Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>. + Please connect charger. + </message> <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates installation screen"> Please wait while <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> installs an important update.\nYour computer will restart after this is complete. </message> |