Mercurial > public > hwos_code
comparison src/text_english.inc @ 62:e7c7c7eeea58
show battery voltage in info menu
author | heinrichsweikamp |
---|---|
date | Fri, 10 Jan 2014 10:11:43 +0100 |
parents | 0fae975af741 |
children | 40a5cc0664ed |
comparison
equal
deleted
inserted
replaced
61:d3b494119c98 | 62:e7c7c7eeea58 |
---|---|
175 TCODE tCNS, "CNS" ; CNS | 175 TCODE tCNS, "CNS" ; CNS |
176 | 176 |
177 ; Information menu | 177 ; Information menu |
178 TCODE tFirmware, "Firmware: " ; Firmware: (space) | 178 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
179 TCODE tSerial, "Serial : " ; Serial : (space) | 179 TCODE tSerial, "Serial : " ; Serial : (space) |
180 TCODE tTotalDives,"Total Dives: " ; Total Dives: | 180 TCODE tTotalDives,"Total Dives: " ; Total Dives: |
181 TCODE tBatteryV, "Battery: " ; Battery: | |
181 | 182 |
182 ; Divemode screen | 183 ; Divemode screen |
183 TCODE tNDL, "NDL" | 184 TCODE tNDL, "NDL" |
184 TCODE tTTS, "TTS" | 185 TCODE tTTS, "TTS" |
185 TCODE tVelMetric, "m/min" | 186 TCODE tVelMetric, "m/min" |