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

Unified Diff: chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc

Issue 2935443003: Properly construct 'less than' sentences (Closed)
Patch Set: fix string description Created 3 years, 6 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 | « chrome/browser/browsing_data/browsing_data_counter_utils.cc ('k') | components/browsing_data_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc b/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
index d941e8f3671d3e8659f2d324676303af7a9659f9..1e0f88a2cc94713c765f485d363014814618de50 100644
--- a/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
@@ -55,9 +55,8 @@ TEST_F(BrowsingDataCounterUtilsTest, CacheCounterResult) {
{2.312 * kBytesInAMegabyte, false, true,
"Frees up 2.3 MB. Some sites may load more slowly on your next visit."},
{2.312 * kBytesInAMegabyte, true, false, "Less than 2.3 MB"},
- // TODO(725401): Fix upper case L in estimate string for desktop.
{2.312 * kBytesInAMegabyte, true, true,
- "Frees up Less than 2.3 MB. Some sites may load more slowly on your "
+ "Frees up less than 2.3 MB. Some sites may load more slowly on your "
"next visit."},
{500.2 * kBytesInAMegabyte, false, false, "500 MB"},
{500.2 * kBytesInAMegabyte, true, false, "Less than 500 MB"},
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_counter_utils.cc ('k') | components/browsing_data_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698