From 0c8ba50207553fbd27caae183feb3974c7007548 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Fri, 12 Jan 2018 22:18:55 -0500 Subject: [PATCH] Update Auto Update-related copy --- src/main/index.js | 6 +++--- src/renderer/modal/modalAutoUpdateDownloaded/view.jsx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) 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.' )}