mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed broken temperature units translations
This commit is contained in:
parent
88f7e13500
commit
29895420b6
@ -2397,12 +2397,12 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/temperaturegraph.cpp" line="111"/>
|
||||
<source>C</source>
|
||||
<translation>°C</translation>
|
||||
<translation>C</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/temperaturegraph.cpp" line="115"/>
|
||||
<source>F</source>
|
||||
<translation>°F</translation>
|
||||
<translation>F</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2410,12 +2410,12 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/temperaturegraphitem.cpp" line="21"/>
|
||||
<source>C</source>
|
||||
<translation>°C</translation>
|
||||
<translation>C</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/temperaturegraphitem.cpp" line="21"/>
|
||||
<source>F</source>
|
||||
<translation>°F</translation>
|
||||
<translation>F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/temperaturegraphitem.cpp" line="24"/>
|
||||
|
Loading…
Reference in New Issue
Block a user