From ce3e394ef12b4e12d4d209cfd31963e6413e33ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Tue, 20 Feb 2018 04:01:58 +0100 Subject: [PATCH] Application.js: improve wording of update and download notification --- app/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Application.js b/app/Application.js index 810513cd..5039e032 100644 --- a/app/Application.js +++ b/app/Application.js @@ -244,7 +244,7 @@ Ext.define('Rambox.Application', { '->' ,{ xtype: 'label' - ,html: ''+locale['app.update[0]']+' ('+json.version+')' + ( process.platform === 'win32' ? ' Is downloading in the background and you will notify when is ready to install it.' : '' ) + ,html: ''+locale['app.update[0]']+' ('+json.version+')' + ( process.platform === 'win32' ? ' is downloading in the background and you will be notified when it is ready to be installed.' : '' ) } ,{ xtype: 'button'