There are two required tags:
-
Pick a tag for either msfs-2020 or msfs-2024 to indicate which sim you are using to report your issue.
-
Pick a tag for which language you are reporting your issue about.
If your language does not exist as a tag, add other-language and indicate in your report which language it is, and we will get a new tag added.
One issue per response. Do not delete this template.
Area of the Sim
Indicate where in the experience the issue occurs like specific career mission, training, Pilot ATC, etc.:
Looks like three of them are tooltips, one is a checklist item. The other three might be training. Unfortunately, I donāt know which aircraft or activities use these; all of the default Asobo aircraft I know are the modern versions of themselves and therefore donāt have carb heat. The Carenado Cessna 195 uses carb heat, but it has its own tooltip.
Your Language Issue
Describe the nature of the problem. It could be poor grammar, sentence structure, incorrect translation, or pronunciation issues. The more detail you can provide, the better:
There are at least seven occurrences of the misspelled word ācarburatorā in the sim. It should be spelled ācarburetor.ā These occurrences can be found in the fs-base\en-US.locPak file:
"CLUE.CARB_HEAT_APPROX_100_RPM_DECREASE": "From the \"cold\" position (fully pushed in), set the the carburator heat lever to \"Hot\" (fully pulled back) and check that a decrease of 100 RPM ensues",
"CLUE.CARB_HEAT_AS_REQUIRED": "Set carburator heat as required depending on flying conditions",
"CLUE.CARB_HEAT_NORMAL": "Carburator heat lever must be set on \"Normal\" (fully pushed)",
"COCKPIT.TOOLTIPS.CARBURATOR_CONTROL": "Carburator heat control (%((A:GENERAL ENG ANTI ICE POSITION:1, percent))%!d!%%)",
"COCKPIT.TOOLTIPS.CARBURATOR_CONTROL_COLD": "Carburator heat ( Cold )",
"COCKPIT.TOOLTIPSV2.DEICE_ENGINE_ACTION": "Adjust carburator heat control %d",
"GAME.CHECKLIST_CARBURATOR_HEAT": "Carburator heat",
I should also point out that these two variables are superfluous,. If you know where they are used in the game, you can delete these:
"GAME.CHECKLIST_CARBURATOR_HEAT": "Carburator heat",
"GAME.CHECKLIST_CARBURETORS_HEAT": "Carburetors Heat",
and point them to this correct variable right next to them:
"GAME.CHECKLIST_CARBURETOR_HEAT": "Carburetor heat",
or this other one:
"GAME.CHECKLIST_CARB_HEAT": "Carburetor heat",
It looks like two or more developers were working on this simultaneously and didnāt talk to each other before introducing more variables into the game.
Screenshot or Video
Please add a screenshot or video if able.
As I said above, I donāt know where these are used, so I canāt screenshot them. I found them by spell-checking the fs-base\en-US.locPak file.