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

Unified Diff: ui/base/strings/ui_strings.grd

Issue 9490008: Change kB to KB for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | ui/base/text/bytes_formatting_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/strings/ui_strings.grd
===================================================================
--- ui/base/strings/ui_strings.grd (revision 124625)
+++ ui/base/strings/ui_strings.grd (working copy)
@@ -343,7 +343,7 @@
<ph name="QUANTITY">$1<ex>42</ex></ph> B
</message>
<message name="IDS_APP_KIBIBYTES" desc="Units tag indicating a quantity of kilobytes">
- <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> KB
</message>
<message name="IDS_APP_MEBIBYTES" desc="Units tag indicating a quantity of megabytes">
<ph name="QUANTITY">$1<ex>42.0</ex></ph> MB
@@ -361,7 +361,7 @@
<ph name="QUANTITY">$1<ex>42</ex></ph> B/s
</message>
<message name="IDS_APP_KIBIBYTES_PER_SECOND" desc="Units tag indicating a speed of kilobytes/second">
- <ph name="QUANTITY">$1<ex>42.0</ex></ph> kB/s
+ <ph name="QUANTITY">$1<ex>42.0</ex></ph> KB/s
</message>
<message name="IDS_APP_MEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of megabytes/second">
<ph name="QUANTITY">$1<ex>42.0</ex></ph> MB/s
« no previous file with comments | « no previous file | ui/base/text/bytes_formatting_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698