diff options
author | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-14 19:35:52 +0000 |
---|---|---|
committer | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-14 19:35:52 +0000 |
commit | 559521e76ff375d1d47d4f6a8ddf26ce1a609ca3 (patch) | |
tree | 35cb00c72378c67cf2b018af98a01aced8279864 /ash/ash_strings.grd | |
parent | bb4280897468350f3ec8088f05d7efbc2fd63b4b (diff) | |
download | chromium_src-559521e76ff375d1d47d4f6a8ddf26ce1a609ca3.zip chromium_src-559521e76ff375d1d47d4f6a8ddf26ce1a609ca3.tar.gz chromium_src-559521e76ff375d1d47d4f6a8ddf26ce1a609ca3.tar.bz2 |
Change the battery time display format according m23 spec.
BUG=140891
Review URL: https://chromiumcodereview.appspot.com/10830292
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 237673c..9c298a3 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -372,7 +372,7 @@ Press Search key to cancel. Battery full </message> <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT" desc="The label in the tray dialog to show the remaining battery power as a percent."> - Battery: <ph name="percentage">$1<ex>56</ex></ph>% + <ph name="percentage">$1<ex>56</ex></ph>% full </message> <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_ONLY" desc="The label in the tray bubble setting row to show the remaining battery power as a percent."> <ph name="percentage">$1<ex>56</ex></ph>% @@ -381,13 +381,13 @@ Press Search key to cancel. <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="hour">$1<ex>2</ex></ph>h <ph name="minute">$2<ex>53</ex></ph>m remaining + <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> <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_ONLY" desc="The label in the tray bubble settings row to show a time estimate until the battery is empty."> - <ph name="hour">$1<ex>2</ex></ph>h<ph name="minute">$2<ex>53</ex></ph>m + <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> left </message> <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:"> IP Address |