diff --git a/src/main/index.js b/src/main/index.js index bc7945245..b3330c129 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -462,9 +462,9 @@ app.on('before-quit', event => { event.preventDefault(); showingAutoUpdateCloseAlert = true; dialog.showMessageBox({ - type: "info", - title: "LBRY will upgrade", - message: "Please select \"Yes\" at the upgrade prompt shown after the app closes.", + type: 'info', + title: 'LBRY Will Upgrade', + message: 'LBRY has a pending upgrade. Please select "Yes" to install it on the prompt shown after this one.', }, () => { // After the user approves the dialog, we can quit once and for all. quitNow(); diff --git a/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx b/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx index a5b4cb722..12aa2d819 100644 --- a/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx +++ b/src/renderer/modal/modalAutoUpdateDownloaded/view.jsx @@ -13,9 +13,9 @@ class ModalAutoUpdateDownloaded extends React.PureComponent { { ipcRenderer.send("autoUpdateAccepted"); }} @@ -28,7 +28,7 @@ class ModalAutoUpdateDownloaded extends React.PureComponent {

{__("LBRY Leveled Up")}

{__( - "A new version of LBRY has been downloaded and is ready to install." + 'A new version of LBRY has been released, downloaded, and is ready for you to use pending a restart.' )}