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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2501783003: MD Settings: Hook up import data dialog. (Closed)
Patch Set: Fix typo. Created 4 years, 1 month 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/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index e3f17c722184e640e0878d3bf8238f5c4df43bc3..e3a33d6ebc87df4c59e88d9c327b301f34a44452 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -2183,16 +2183,15 @@
Autofill form data
</message>
- <message name="IDS_SETTINGS_IMPORT_SUCCEEDED" desc="Status text to notify the user that the import succeeded">
- Success!
- </message>
<message name="IDS_SETTINGS_IMPORT_CHOOSE_FILE" desc="Text for the Choose File on dialog">
Choose File
</message>
<message name="IDS_SETTINGS_IMPORT_COMMIT" desc="Text for OK button on dialog">
Import
</message>
-
+ <message name="IDS_SETTINGS_IMPORT_SUCCESS" desc="Message displayed after settings and bookmarks have been imported">
+ Your bookmarks and settings are ready.
+ </message>
<message name="IDS_SETTINGS_IMPORT_NO_PROFILE_FOUND" desc="Message displayed when we do not find any supported browser to import from.">
No supported browser found
</message>

Powered by Google App Engine
This is Rietveld 408576698