Skip to content

Commit

Permalink
Merge pull request #1140 from connorads/patch-1
Browse files Browse the repository at this point in the history
Minor grammatical fix in 'Install Updates' message
  • Loading branch information
imolorhe committed Dec 29, 2019
2 parents d8fd04c + 021ebd5 commit 2659ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/altair-electron/src/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ autoUpdater.on('update-not-available', () => {
autoUpdater.on('update-downloaded', () => {
dialog.showMessageBox({
title: 'Install Updates',
message: 'Updates downloaded, application will be quit for update...'
message: 'Updates downloaded, application will now exit to update.'
}, () => {
setImmediate(() => autoUpdater.quitAndInstall());
});
Expand Down

0 comments on commit 2659ce4

Please sign in to comment.