mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
heartrate, heartbeat > heart rate
This commit is contained in:
parent
869a7fcfcc
commit
b14301a84c
3 changed files with 6 additions and 6 deletions
|
@ -1407,7 +1407,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me
|
|||
}
|
||||
}
|
||||
if (entry->heartbeat && prefs.hrgraph)
|
||||
put_format(b, translate("gettextFromC", "heartbeat: %d\n"), entry->heartbeat);
|
||||
put_format(b, translate("gettextFromC", "heart rate: %d\n"), entry->heartbeat);
|
||||
if (entry->bearing)
|
||||
put_format(b, translate("gettextFromC", "bearing: %d\n"), entry->bearing);
|
||||
if (entry->running_sum) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue