Skip to content

Commit

Permalink
Better text select mouse button (#5569)
Browse files Browse the repository at this point in the history
Do not show in changelog
  • Loading branch information
ClementPasteau authored Aug 16, 2023
1 parent f23bc5d commit 9532a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newIDE/app/src/EventsSheet/ParameterFields/MouseField.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default React.forwardRef<ParameterFieldProps, ParameterFieldInterface>(
value={value}
ref={field}
onChange={(e, i, value) => props.onChange(value)}
translatableHintText={t`Choose a mouse button`}
>
<SelectOption value="Left" label={t`Left (primary)`} />
<SelectOption value="Right" label={t`Right (secondary)`} />
Expand Down

0 comments on commit 9532a42

Please sign in to comment.