diff options
author | mal@google.com <mal@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-10 03:07:10 +0000 |
---|---|---|
committer | mal@google.com <mal@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-10 03:07:10 +0000 |
commit | 885783f28452024c0af94beefb24817fdef2750c (patch) | |
tree | 14e46ef65b44c4ed42f1bc1aec614482a4e9d1d8 /chrome | |
parent | c02f1e100676e3e586291d9b546aa9c7bf64205b (diff) | |
download | chromium_src-885783f28452024c0af94beefb24817fdef2750c.zip chromium_src-885783f28452024c0af94beefb24817fdef2750c.tar.gz chromium_src-885783f28452024c0af94beefb24817fdef2750c.tar.bz2 |
Change MIUTE to MINUTE in 4 string descriptions.
No big deal, but no need to preserve the misspelling for all time.
BUG= None
TEST= None needed. No code change.
TBR= chocobo
Review URL: http://codereview.chromium.org/1508029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44181 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 422f930..02f9eca 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7505,19 +7505,19 @@ Keep your key file in a safe place. You will need it to create new versions of y Open date and time options... </message> <message name="IDS_STATUSBAR_CLOCK_SHORT_TIME_AM" desc="In the clock menu button, this shows the AM time in a short format."> - <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MIUTE">$2<ex>30</ex></ph> AM + <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> AM </message> <message name="IDS_STATUSBAR_CLOCK_SHORT_TIME_PM" desc="In the clock menu button, this shows the PM time in a short format."> - <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MIUTE">$2<ex>30</ex></ph> PM + <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> PM </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> <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_FULL" desc="In the power menu button, this shows how much time until fully charged."> - <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MIUTE">$2<ex>30</ex></ph> until full + <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> until full </message> <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_EMPTY" desc="In the power menu button, this shows how much time until empty."> - <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MIUTE">$2<ex>30</ex></ph> remaining + <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> remaining </message> <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_FULL" desc="In the power menu button, this is the message the shows when we are calculating time until full."> Calculating time until full |