Text fix: Shut Down -> Shutdown

Reference: http://dictionary.reference.com/browse/shutdown?s=t
This commit is contained in:
Michael Chiang 2015-07-23 10:43:09 -07:00
parent 47cd30fdf9
commit 2bf509348f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ var Preferences = React.createClass({
<div className="title">VM Settings</div>
<div className="option">
<div className="option-name">
Shut Down Linux VM on closing Kitematic
Shutdown Linux VM on closing Kitematic
</div>
<div className="option-value">
<input type="checkbox" checked={this.state.closeVMOnQuit} onChange={this.handleChangeCloseVMOnQuit}/>