Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-05-29 21:58:47 +01:00
parent a2229ced11
commit 7e02977c27
2 changed files with 3 additions and 2 deletions

View file

@ -851,7 +851,7 @@ module.exports = React.createClass({
ipcRenderer.send('settings_set', 'auto-launch', e.target.checked); ipcRenderer.send('settings_set', 'auto-launch', e.target.checked);
}} }}
/> />
<label htmlFor="auto-launch">Start automatically after system login</label> <label htmlFor="auto-launch">{_t('Start automatically after system login')}</label>
</div> </div>
</div> </div>
</div>; </div>;

View file

@ -673,5 +673,6 @@
"%(oneUser)schanged their avatar %(repeats)s times": "%(oneUser)schanged their avatar %(repeats)s times", "%(oneUser)schanged their avatar %(repeats)s times": "%(oneUser)schanged their avatar %(repeats)s times",
"%(severalUsers)schanged their avatar": "%(severalUsers)schanged their avatar", "%(severalUsers)schanged their avatar": "%(severalUsers)schanged their avatar",
"%(oneUser)schanged their avatar": "%(oneUser)schanged their avatar", "%(oneUser)schanged their avatar": "%(oneUser)schanged their avatar",
"Please select the destination room for this message": "Please select the destination room for this message" "Please select the destination room for this message": "Please select the destination room for this message",
"Start automatically after system login": "Start automatically after system login"
} }