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

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

Issue 863503002: Delete cookies for site when deleting locally stored data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: String change as requested in bug Created 5 years, 11 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
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 175ee863ed555981eb0c8a1072200345ed1d071d..ec54d9734ca92c6de763aac0bd005f0cb4217b26 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -328,13 +328,13 @@
Clear & reset
</message>
<message name="IDS_WEBSITE_RESET_CONFIRMATION" desc="The confirmation text asking if the user is sure about clearing all data and reset the permissions for a site.">
- Are you sure you want to clear all data for this website and reset all its permissions?
+ Are you sure you want to clear all data for this website (including cookies) and reset all its permissions?
newt (away) 2015/01/20 18:35:10 I believe the bug called for commas instead of par
Finnur 2015/01/21 14:53:05 Done.
</message>
<message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_TITLE" desc="Title of the confirmation dialog when the user ask to clear all data for an origin">
Clear stored data
</message>
<message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_MESSAGE" desc="Text of the confirmation dialog when the user ask to clear all data for an origin">
- All data stored by this website will be deleted
+ All data stored by this website, including cookies, will be deleted.
</message>
<message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_OK_BUTTON" desc="Button confirming site data cleanup [CHAR-LIMIT=20]">
Clear all

Powered by Google App Engine
This is Rietveld 408576698