hi roozbeh,
i've checked the localized italian translation in the 1.75.2 release and i've found that you need to replace these strings:
<message>
<location filename="../src/main/mainwindow.cpp" line="1832"/>
<source>&Geometry</source>
<translation>&Nuova geometria</translation>
</message>
with the following:
<message>
<location filename="../src/main/mainwindow.cpp" line="1832"/>
<source>&Geometry</source>
<translation>&Geometria</translation>
</message>
more precisely, the line to replace can be found at row 1174.
this update is the same of the previous message that maybe you haven't read.