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'