Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5226edb

Browse files
authored
Use en_GB spelling of maximise / minimise in labels (#7111)
1 parent 431b69e commit 5226edb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/components/structures/LeftPanelWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const LeftPanelWidget: React.FC = () => {
131131
}}
132132
className="mx_LeftPanelWidget_maximizeButton"
133133
tooltipClassName="mx_LeftPanelWidget_maximizeButtonTooltip"
134-
title={_t("Maximize")}
134+
title={_t("Maximise")}
135135
/>*/ }
136136
</div>
137137
</div>

src/components/views/dialogs/HostSignupDialog.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
253253
<AccessibleButton
254254
className="mx_HostSignup_maximize_button"
255255
onClick={this.maximizeDialog}
256-
aria-label={_t("Maximize dialog")}
257-
title={_t("Maximize dialog")}
256+
aria-label={_t("Maximise dialog")}
257+
title={_t("Maximise dialog")}
258258
/>
259259
</div>
260260
}
@@ -263,8 +263,8 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
263263
<AccessibleButton
264264
onClick={this.minimizeDialog}
265265
className="mx_HostSignup_minimize_button"
266-
aria-label={_t("Minimize dialog")}
267-
title={_t("Minimize dialog")}
266+
aria-label={_t("Minimise dialog")}
267+
title={_t("Minimise dialog")}
268268
/>
269269
<AccessibleButton
270270
onClick={this.onCloseClick}

src/components/views/settings/tabs/user/PreferencesUserSettingsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export default class PreferencesUserSettingsTab extends React.Component<IProps,
325325
minimizeToTrayOption = <LabelledToggleSwitch
326326
value={this.state.minimizeToTray}
327327
onChange={this.onMinimizeToTrayChange}
328-
label={_t('Show tray icon and minimize window to it on close')} />;
328+
label={_t('Show tray icon and minimise window to it on close')} />;
329329
}
330330

331331
return (

src/i18n/strings/en_EN.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@
13941394
"Start automatically after system login": "Start automatically after system login",
13951395
"Warn before quitting": "Warn before quitting",
13961396
"Always show the window menu bar": "Always show the window menu bar",
1397-
"Show tray icon and minimize window to it on close": "Show tray icon and minimize window to it on close",
1397+
"Show tray icon and minimise window to it on close": "Show tray icon and minimise window to it on close",
13981398
"Preferences": "Preferences",
13991399
"Room list": "Room list",
14001400
"Communities": "Communities",
@@ -2447,8 +2447,8 @@
24472447
"Terms of Service": "Terms of Service",
24482448
"You should know": "You should know",
24492449
"%(hostSignupBrand)s Setup": "%(hostSignupBrand)s Setup",
2450-
"Maximize dialog": "Maximize dialog",
2451-
"Minimize dialog": "Minimize dialog",
2450+
"Maximise dialog": "Maximise dialog",
2451+
"Minimise dialog": "Minimise dialog",
24522452
"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.",
24532453
"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.",
24542454
"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.",

0 commit comments

Comments
 (0)