diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 02:22:50 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 02:22:50 +0000 |
commit | 63075c0a5230b59c6fd26f7296096f0f7dda4573 (patch) | |
tree | 8f40b4f203296a23da8477d92b6a696f2bdd353b /chrome/app | |
parent | 102c99a4f92b114bbdcf9168e582ed7da54b53e9 (diff) | |
download | chromium_src-63075c0a5230b59c6fd26f7296096f0f7dda4573.zip chromium_src-63075c0a5230b59c6fd26f7296096f0f7dda4573.tar.gz chromium_src-63075c0a5230b59c6fd26f7296096f0f7dda4573.tar.bz2 |
Change PowerMenuButton's tooltip text and accessible name to indicate battery is charged/used
BUG=chromium-os:21763
TEST=Enable spoken feedback and focus on the power menu in the status area. Ensure that it speaks "charging battery" or "using battery"
Review URL: http://codereview.chromium.org/8497038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b162e72..d3b5c5d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -13216,8 +13216,11 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_STATUSBAR_CLOCK_OPEN_OPTIONS_DIALOG" desc="The menu item in the clock menu button for opening the options dialog"> Open date and time options... </message> - <message name="IDS_STATUSBAR_BATTERY_PERCENTAGE" desc="In the power menu button, this shows what percentage of battery is left."> - Battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>% + <message name="IDS_STATUSBAR_BATTERY_CHARGING_PERCENTAGE" desc="In the power menu button, this shows what percentage of battery is left when power supply is connected."> + Charging battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>% + </message> + <message name="IDS_STATUSBAR_BATTERY_USING_PERCENTAGE" desc="In the power menu button, this shows what percentage of battery is left when power supply is not connected."> + Using battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>% </message> <message name="IDS_STATUSBAR_NO_BATTERY" desc="In the power menu button, menu item label shown when there is no battery installed in the device."> No battery |