Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1462 from SimJoSt/patch-2
Browse files Browse the repository at this point in the history
Application.js: improve wording of update and download notification
  • Loading branch information
saenzramiro authored Feb 26, 2018
2 parents 4aa3e67 + ce3e394 commit e3bdbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Ext.define('Rambox.Application', {
'->'
,{
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'
Expand Down

0 comments on commit e3bdbb0

Please sign in to comment.