mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix wording (#2174)
This commit is contained in:
@@ -136,7 +136,7 @@ gd::String InstructionSentenceFormatter::LabelFromType(const gd::String &type) {
|
||||
else if (type == "mouse")
|
||||
return _("Mouse button");
|
||||
else if (type == "yesorno")
|
||||
return _("Yes or no");
|
||||
return _("Yes or No");
|
||||
else if (type == "police")
|
||||
return _("Font");
|
||||
else if (type == "color")
|
||||
|
@@ -385,11 +385,11 @@ export default class EventsFunctionParametersEditor extends React.Component<
|
||||
/>
|
||||
<SelectOption
|
||||
value="yesorno"
|
||||
primaryText={t`Yes or no (boolean)`}
|
||||
primaryText={t`Yes or No (boolean)`}
|
||||
/>
|
||||
<SelectOption
|
||||
value="trueorfalse"
|
||||
primaryText={t`True or false (boolean)`}
|
||||
primaryText={t`True or False (boolean)`}
|
||||
/>
|
||||
</SelectField>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user