Chromium Code Reviews| Index: chrome/app/settings_strings.grdp |
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp |
| index e63deda26b96e0f2e1fc67adacf53262aa8fc68c..6b7578a6ba0db71a455ed976da0716663296f5e2 100644 |
| --- a/chrome/app/settings_strings.grdp |
| +++ b/chrome/app/settings_strings.grdp |
| @@ -2149,9 +2149,11 @@ |
| Control how Google uses your browsing history to personalize Search, ads, and other Google services |
| </message> |
| - <!-- Import Settings Dialog --> |
| - <!-- Android uses custom UI for Bookmark importing --> |
| - <if expr="not is_android"> |
|
dpapad
2016/11/12 01:49:38
settings_strings.grdp as a whole is skipped on and
tommycli
2016/11/14 18:15:56
Excellent thank you!
|
| + <if expr="not chromeos"> |
|
dpapad
2016/11/12 01:49:38
After examining current Options UI, this UI is non
tommycli
2016/11/14 18:15:56
Excellent thank you.
|
| + <!-- Import Settings Dialog --> |
| + <message name="IDS_SETTINGS_IMPORT_SETTINGS_TITLE" desc="Dialog title for import dialog."> |
| + Import bookmarks and settings |
| + </message> |
| <message name="IDS_SETTINGS_IMPORT_FROM_LABEL" desc="Label before profile select combo box"> |
| From: |
| </message> |