Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 140663004: [chromeos] Add a battery discharge rate plot to about:power page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « DEPS ('k') | chrome/browser/resources/chromeos/power.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 78ea61e7e4aa35630d71a89cd589f0898ca320ca..3e3f26105d6e6b7525ff480b392ec3332f5b6129 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15423,9 +15423,15 @@ Do you accept?
<message name="IDS_ABOUT_POWER_RELOAD_BUTTON" desc="Text on the reload button">
Reload
</message>
- <message name="IDS_ABOUT_POWER_BATTERY_CHARGE_HEADER" desc="Header of the battery charge section">
+ <message name="IDS_ABOUT_POWER_BATTERY_CHARGE_PERCENTAGE_HEADER" desc="Header of the battery charge plot">
Battery Charge Percentage
</message>
+ <message name="IDS_ABOUT_POWER_BATTERY_DISCHARGE_RATE_HEADER" desc="Header of the battery discharge rate plot">
+ Battery Discharge Rate in Watts
+ </message>
+ <message name="IDS_ABOUT_POWER_NEGATIVE_DISCHARGE_RATE_INFO" desc="Describes what a negative discharge rate means">
+ Negative discharge rate means the battery is charging
+ </message>
<message name="IDS_ABOUT_POWER_NOT_ENOUGH_DATA" desc="String to display when enough plot data is not available">
Not enough data available yet.
</message>
« no previous file with comments | « DEPS ('k') | chrome/browser/resources/chromeos/power.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698