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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1305883002: Show "storage almost full" message when a page is saved offline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybots Created 5 years, 4 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/android/java/src/org/chromium/chrome/browser/offline_pages/OfflinePageBridge.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index c81b3b00e72cd8e14a33a156c2c07cda004085e7..3eff5a1eb25b3dc38a03c620fe0d9bfc58f40efa 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1798,6 +1798,9 @@ Just open Chrome on your computer, go to the menu, and select “Sign in to Chro
<message name="IDS_ENHANCED_BOOKMARK_PAGE_SAVED_OFFLINE_PAGES" desc="Message shown after user adds a new offline page. [CHAR-LIMIT=32]">
Page saved offline
</message>
+ <message name="IDS_ENHANCED_BOOKMARK_PAGE_SAVED_OFFLINE_PAGES_STORAGE_NEAR_FULL" desc="Message shown after user adds a new offline page and the storage is almost full. [CHAR-LIMIT=32]">
+ Page saved offline. Storage almost full.
+ </message>
<message name="IDS_ENHANCED_BOOKMARK_DRAWER_ALL_ITEMS" desc="Menu item for showing all bookmark items in the enhanced bookmarks UI [CHAR-LIMIT=24]">
All bookmarks
</message>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/offline_pages/OfflinePageBridge.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698