Commit 0c8a88ea3a0d85ea61fdba4c38088c1366eb9eb9
1 parent
507c35af
Exists in
master
and in
17 other branches
#11346 - Done
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/AmdaApp.js
... | ... | @@ -685,8 +685,8 @@ Ext.define('amdaApp.AmdaApp', { |
685 | 685 | |
686 | 686 | if (freeSpace < diskQuota / 20) { |
687 | 687 | myDesktopApp.warningMsg('Think of cleaning up your work space.<br/>Only ' + |
688 | - Math.round(freeSpace/1024/1024)+ 'MB of '+Math.round(diskQuota/1024/1024) + | |
689 | - 'MB rests'); | |
688 | + Math.round(freeSpace/1024/1024)+ 'MB out of '+Math.round(diskQuota/1024/1024) + | |
689 | + 'MB remain'); | |
690 | 690 | } |
691 | 691 | |
692 | 692 | if (isFirstVisit && !isGuest) { |
... | ... |