Use en_GB spelling of maximise / minimise in labels (#7111)
This commit is contained in:
parent
431b69ee49
commit
5226edba4b
4 changed files with 9 additions and 9 deletions
|
@ -325,7 +325,7 @@ export default class PreferencesUserSettingsTab extends React.Component<IProps,
|
|||
minimizeToTrayOption = <LabelledToggleSwitch
|
||||
value={this.state.minimizeToTray}
|
||||
onChange={this.onMinimizeToTrayChange}
|
||||
label={_t('Show tray icon and minimize window to it on close')} />;
|
||||
label={_t('Show tray icon and minimise window to it on close')} />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue