Use en_GB spelling of maximise / minimise in labels (#7111)
parent
431b69ee49
commit
5226edba4b
|
@ -131,7 +131,7 @@ const LeftPanelWidget: React.FC = () => {
|
||||||
}}
|
}}
|
||||||
className="mx_LeftPanelWidget_maximizeButton"
|
className="mx_LeftPanelWidget_maximizeButton"
|
||||||
tooltipClassName="mx_LeftPanelWidget_maximizeButtonTooltip"
|
tooltipClassName="mx_LeftPanelWidget_maximizeButtonTooltip"
|
||||||
title={_t("Maximize")}
|
title={_t("Maximise")}
|
||||||
/>*/ }
|
/>*/ }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -253,8 +253,8 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
|
||||||
<AccessibleButton
|
<AccessibleButton
|
||||||
className="mx_HostSignup_maximize_button"
|
className="mx_HostSignup_maximize_button"
|
||||||
onClick={this.maximizeDialog}
|
onClick={this.maximizeDialog}
|
||||||
aria-label={_t("Maximize dialog")}
|
aria-label={_t("Maximise dialog")}
|
||||||
title={_t("Maximize dialog")}
|
title={_t("Maximise dialog")}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
@ -263,8 +263,8 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
|
||||||
<AccessibleButton
|
<AccessibleButton
|
||||||
onClick={this.minimizeDialog}
|
onClick={this.minimizeDialog}
|
||||||
className="mx_HostSignup_minimize_button"
|
className="mx_HostSignup_minimize_button"
|
||||||
aria-label={_t("Minimize dialog")}
|
aria-label={_t("Minimise dialog")}
|
||||||
title={_t("Minimize dialog")}
|
title={_t("Minimise dialog")}
|
||||||
/>
|
/>
|
||||||
<AccessibleButton
|
<AccessibleButton
|
||||||
onClick={this.onCloseClick}
|
onClick={this.onCloseClick}
|
||||||
|
|
|
@ -325,7 +325,7 @@ export default class PreferencesUserSettingsTab extends React.Component<IProps,
|
||||||
minimizeToTrayOption = <LabelledToggleSwitch
|
minimizeToTrayOption = <LabelledToggleSwitch
|
||||||
value={this.state.minimizeToTray}
|
value={this.state.minimizeToTray}
|
||||||
onChange={this.onMinimizeToTrayChange}
|
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 (
|
return (
|
||||||
|
|
|
@ -1394,7 +1394,7 @@
|
||||||
"Start automatically after system login": "Start automatically after system login",
|
"Start automatically after system login": "Start automatically after system login",
|
||||||
"Warn before quitting": "Warn before quitting",
|
"Warn before quitting": "Warn before quitting",
|
||||||
"Always show the window menu bar": "Always show the window menu bar",
|
"Always show the window menu bar": "Always show the window menu bar",
|
||||||
"Show tray icon and minimize window to it on close": "Show tray icon and minimize window to it on close",
|
"Show tray icon and minimise window to it on close": "Show tray icon and minimise window to it on close",
|
||||||
"Preferences": "Preferences",
|
"Preferences": "Preferences",
|
||||||
"Room list": "Room list",
|
"Room list": "Room list",
|
||||||
"Communities": "Communities",
|
"Communities": "Communities",
|
||||||
|
@ -2447,8 +2447,8 @@
|
||||||
"Terms of Service": "Terms of Service",
|
"Terms of Service": "Terms of Service",
|
||||||
"You should know": "You should know",
|
"You should know": "You should know",
|
||||||
"%(hostSignupBrand)s Setup": "%(hostSignupBrand)s Setup",
|
"%(hostSignupBrand)s Setup": "%(hostSignupBrand)s Setup",
|
||||||
"Maximize dialog": "Maximize dialog",
|
"Maximise dialog": "Maximise dialog",
|
||||||
"Minimize dialog": "Minimize dialog",
|
"Minimise dialog": "Minimise dialog",
|
||||||
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.",
|
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.",
|
||||||
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Verifying this user will mark their session as trusted, and also mark your session as trusted to them.",
|
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Verifying this user will mark their session as trusted, and also mark your session as trusted to them.",
|
||||||
"Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.": "Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.",
|
"Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.": "Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.",
|
||||||
|
|
Loading…
Reference in New Issue