Sorry, we don't support your browser.  Install a modern browser

Rotation values + Translation = Tooltip bug#1515

V

Tooltip doesn’t show the name of the object after the rotation value (except if it’s the last specified language)

How to reproduce:
Spawn a Quarter :
Rename the rotation values “{fr}Face{en}Heads” and “{fr}Pile{en}Tails”
Name your quarter : “{fr}Piece{en}Coin”
When language is set to “en”, everything works as expected: tooltip shows “Heads Coin”/“Tails Coin” (<rotation value> <name>)
When language is set to “fr”, tooltip only shows “Pile”/“Face” (instead of “Pile Piece”/“Face Piece”)

other tests :
“{fr}Face{en}Heads” + “{fr}Pile{en}Tails” and “Coin”
=> “Face”/“Pile” or “Heads Coin”/“Tails Coin” (same as above)
“{en}Heads{fr}Face” + “{en}Tails{fr}Pile” and “Coin”
=> “Face Piece”/“Pile Piece” or “Heads”/“Tails” (it only works as expected if language is the last specified for the rotation value)

2 years ago