diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 13:04:18 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 13:04:18 +0000 |
commit | 862bcc62efacd8d4f49364b4cf462201ba25d318 (patch) | |
tree | 685966dd020b9f478c48c1bf82658af4d92f91d8 /ash/ash_strings.grd | |
parent | 005e201d510f5025bfc97aac0b4b73a485eeab16 (diff) | |
download | chromium_src-862bcc62efacd8d4f49364b4cf462201ba25d318.zip chromium_src-862bcc62efacd8d4f49364b4cf462201ba25d318.tar.gz chromium_src-862bcc62efacd8d4f49364b4cf462201ba25d318.tar.bz2 |
cros: Update charging not reliable battery status
Don't display the "charging not reliable" battery status in the
non-charging-non-discharging state, as that can happen normally in
some circumstances. Also, update the string to be more human-friendly.
BUG=246336
TEST=manual, see bug
Review URL: https://chromiumcodereview.appspot.com/16057022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 2e5e4b2..e3aab8e 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -426,7 +426,7 @@ Press Shift + Alt to switch. <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> until full </message> <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE" desc="The label in the tray dialog to indicate that battery charging is unreliable."> - Charging not reliable + Low-power charger </message> <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL_CHARGE_ACCESSIBLE" desc="The message used by accessibility to show battery is full and charging."> Battery is full and charging. @@ -450,7 +450,7 @@ Press Shift + Alt to switch. <ph name="hour">$1<ex> 1 hour</ex></ph> and <ph name="minute">$2<ex>15 minutes</ex></ph> </message> <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE_ACCESSIBLE" desc="The message used by accessibility to indicate that battery charging is unreliable."> - Plugged in to a non-standard power supply. Battery charging may not be reliable. + Plugged in to a low-power charger. Battery charging may not be reliable. </message> <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button."> Help |