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 @@ ...@@ -624,7 +624,7 @@
Confirm Restore Confirm Restore
</message> </message>
<message name="IDS_SETTINGS_CROSTINI_CONFIRM_IMPORT_DIALOG_WINDOW_MESSAGE" desc="Message of the confirmation dialog displayed before container import begins."> <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>
<message name="IDS_SETTINGS_CROSTINI_SHARED_USB_DEVICES_LABEL" desc="Label for managing shared USB devices."> <message name="IDS_SETTINGS_CROSTINI_SHARED_USB_DEVICES_LABEL" desc="Label for managing shared USB devices.">
USB preferences USB preferences
......
3f3a4b2a98a73d4de6e438e6c91bea5b7c3cb277 e62bb8cd606796f5bd999b23d6853549443092ab
\ No newline at end of file \ No newline at end of file
3f3a4b2a98a73d4de6e438e6c91bea5b7c3cb277 e62bb8cd606796f5bd999b23d6853549443092ab
\ No newline at end of file \ No newline at end of file
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
<cr-button id="cancel" class="cancel-button" <cr-button id="cancel" class="cancel-button"
on-click="onCancelTap_">$i18n{cancel}</cr-button> on-click="onCancelTap_">$i18n{cancel}</cr-button>
<cr-button id="continue" class="action-button" <cr-button id="continue" class="action-button"
on-click="onContinueTap_">$i18n{confirm}</cr-button> on-click="onContinueTap_">
$i18n{crostiniImportConfirmationDialogConfirmationButton}
</cr-button>
</div> </div>
</cr-dialog> </cr-dialog>
</template> </template>
......
...@@ -534,6 +534,8 @@ void AddCrostiniStrings(content::WebUIDataSource* html_source, ...@@ -534,6 +534,8 @@ void AddCrostiniStrings(content::WebUIDataSource* html_source,
IDS_SETTINGS_CROSTINI_CONFIRM_IMPORT_DIALOG_WINDOW_TITLE}, IDS_SETTINGS_CROSTINI_CONFIRM_IMPORT_DIALOG_WINDOW_TITLE},
{"crostiniImportConfirmationDialogMessage", {"crostiniImportConfirmationDialogMessage",
IDS_SETTINGS_CROSTINI_CONFIRM_IMPORT_DIALOG_WINDOW_MESSAGE}, IDS_SETTINGS_CROSTINI_CONFIRM_IMPORT_DIALOG_WINDOW_MESSAGE},
{"crostiniImportConfirmationDialogConfirmationButton",
IDS_SETTINGS_CROSTINI_IMPORT},
{"crostiniRemoveButton", IDS_SETTINGS_CROSTINI_REMOVE_BUTTON}, {"crostiniRemoveButton", IDS_SETTINGS_CROSTINI_REMOVE_BUTTON},
{"crostiniSharedUsbDevicesLabel", {"crostiniSharedUsbDevicesLabel",
IDS_SETTINGS_CROSTINI_SHARED_USB_DEVICES_LABEL}, 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