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

Unified Diff: ash/ash_strings.grd

Issue 11175077: Fix the low battery notification string from mins -> minutes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/shell/shell_delegate_impl.h » ('j') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_strings.grd
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index 70120430f4e397a098ec74f41fcb419a164f34a0..7e3a8530f4d2b6351194d6fd1e082ec3483421d5 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -413,6 +413,12 @@ Press Search or Shift to cancel.
<message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL" desc="The label in the tray dialog to show a time estimate until the battery is fully charged.">
<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_PLURAL_MIN" desc="The label in the tray dialog to show a time estimate until the battery is empty in plural minutes format.">
+ <ph name="minute">$1<ex>53</ex></ph> minutes left
+ </message>
+ <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_EMPTY_SINGULAR_MIN" desc="The label in the tray dialog to show a time estimate until the battery is empty in singular minute format.">
+ <ph name="minute">$1<ex>1</ex></ph> minute 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>
« no previous file with comments | « no previous file | ash/shell/shell_delegate_impl.h » ('j') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698