Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index aba90a2db8dec15d3362f343fa89bbee22d322fe..e8d76432898b5f84065acf86e8dfb06dfb68b8c5 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -7981,9 +7981,12 @@ Keep your key file in a safe place. You will need it to create new versions of y |
<message name="IDS_WEBSITE_SETTINGS_BATTERY_STOP_BUTTON" desc="The 'Stop' button in the Website Settings single site view dialog."> |
Stop |
</message> |
- <message name="IDS_WEBSITE_SETTINGS_BATTERY_PERCENT" desc="The percent from 0 to 100 of battery consumption from a given origin or app on the Website Settings dialog."> |
+ <message name="IDS_WEBSITE_SETTINGS_BATTERY_PERCENT" desc="The percent from 1 to 100 of battery consumption from a given origin or app on the Website Settings dialog."> |
<ph name="VALUE">$1<ex>100</ex></ph>% |
</message> |
+ <message name="IDS_WEBSITE_SETTINGS_BATTERY_ZERO_PERCENT" desc="The percent shown when less than 1% of battery was consumed from a given origin or app on the Website Settings dialog."> |
+ >1% |
Bernhard Bauer
2014/09/19 08:25:27
Do you want "< 1%"? Also, possibly a space after t
Daniel Nishi
2014/09/19 16:23:47
Whoops! <1% is what was wanted, not >1%.
The mock
|
+ </message> |
<message name="IDS_WEBSITE_SETTINGS_ALLOWED_LIST_TITLE" desc="Label above the list of allowed origins for a given permission on the Website Settings dialog."> |
Allowed |
</message> |