Skip to content

Commit

Permalink
US spelling, grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Feb 24, 2020
1 parent 049b51b commit f6bd0ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
if (!this.storageService.getBoolean('sync.donotAskPreviewConfirmation', StorageScope.GLOBAL, false)) {
const result = await this.dialogService.show(
Severity.Info,
localize('sync preview message', "Synchronising your preferences is a preview feature and please read the documentation before turnin on."),
localize('sync preview message', "Synchronizing your preferences is a preview feature, please read the documentation before turning it on."),
[
localize('open doc', "Open Documentation"),
localize('confirm', "Continue"),
Expand Down

0 comments on commit f6bd0ba

Please sign in to comment.