Commit 8dce809a authored by Julian Watson's avatar Julian Watson Committed by Commit Bot

crostini: adjust confirmation dialog strings

BUG=chromium:978332

Change-Id: I1320e91db83af8e23e73d0c408ee13ed09778c26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1694501
Auto-Submit: Julian Watson <juwa@google.com>
Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarDan Beam <dbeam@chromium.org>
Commit-Queue: Julian Watson <juwa@google.com>
Cr-Commit-Position: refs/heads/master@{#676300}
parent e45f97e7
......@@ -624,7 +624,7 @@
Confirm Restore
</message>
<message name="IDS_SETTINGS_CROSTINI_CONFIRM_IMPORT_DIALOG_WINDOW_MESSAGE" desc="Message of the confirmation dialog displayed before container import begins.">
Restoring will override your existing linux installation. Are you sure you wish to continue?
Restoring from a backup will delete existing Linux applications and data in your Linux files folder.
</message>
<message name="IDS_SETTINGS_CROSTINI_SHARED_USB_DEVICES_LABEL" desc="Label for managing shared USB devices.">
USB preferences
......
3f3a4b2a98a73d4de6e438e6c91bea5b7c3cb277
\ No newline at end of file
e62bb8cd606796f5bd999b23d6853549443092ab
\ No newline at end of file
3f3a4b2a98a73d4de6e438e6c91bea5b7c3cb277
\ No newline at end of file
e62bb8cd606796f5bd999b23d6853549443092ab
\ No newline at end of file
......@@ -16,7 +16,9 @@
<cr-button id="cancel" class="cancel-button"
on-click="onCancelTap_">$i18n{cancel}</cr-button>
<cr-button id="continue" class="action-button"
on-click="onContinueTap_">$i18n{confirm}</cr-button>
on-click="onContinueTap_">
$i18n{crostiniImportConfirmationDialogConfirmationButton}
</cr-button>
</div>
</cr-dialog>
</template>
......
......@@ -534,6 +534,8 @@ void AddCrostiniStrings(content::WebUIDataSource* html_source,
IDS_SETTINGS_CROSTINI_CONFIRM_IMPORT_DIALOG_WINDOW_TITLE},
{"crostiniImportConfirmationDialogMessage",
IDS_SETTINGS_CROSTINI_CONFIRM_IMPORT_DIALOG_WINDOW_MESSAGE},
{"crostiniImportConfirmationDialogConfirmationButton",
IDS_SETTINGS_CROSTINI_IMPORT},
{"crostiniRemoveButton", IDS_SETTINGS_CROSTINI_REMOVE_BUTTON},
{"crostiniSharedUsbDevicesLabel",
IDS_SETTINGS_CROSTINI_SHARED_USB_DEVICES_LABEL},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment