Browse Source

Merge pull request #1462 from SimJoSt/patch-2

Application.js: improve wording of update and download notification
pull/1484/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
e3bdbb07a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/Application.js

2
app/Application.js

@ -244,7 +244,7 @@ Ext.define('Rambox.Application', {
'->' '->'
,{ ,{
xtype: 'label' xtype: 'label'
,html: '<b>'+locale['app.update[0]']+'</b> ('+json.version+')' + ( process.platform === 'win32' ? ' Is downloading in the background and you will notify when is ready to install it.' : '' ) ,html: '<b>'+locale['app.update[0]']+'</b> ('+json.version+')' + ( process.platform === 'win32' ? ' is downloading in the background and you will be notified when it is ready to be installed.' : '' )
} }
,{ ,{
xtype: 'button' xtype: 'button'

Loading…
Cancel
Save