diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-12-01 14:45:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-01 15:47:51 -0800 |
commit | d8350ef238cb0e459d2ee012d11893e65e483541 (patch) | |
tree | f8a562f7e3a27238498073e84f3c9d78651ac575 /core/plannernotes.c | |
parent | 4d605ce51fcb4bbadf83471568d9f315844f904b (diff) | |
download | subsurface-d8350ef238cb0e459d2ee012d11893e65e483541.tar.gz |
Document background computation of variations
Update changelog, update user manual, clarify
meaning in dive notes.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/plannernotes.c')
-rw-r--r-- | core/plannernotes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plannernotes.c b/core/plannernotes.c index 534061a87..2e38aaff9 100644 --- a/core/plannernotes.c +++ b/core/plannernotes.c @@ -111,7 +111,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d } if (prefs.display_variations && decoMode() != RECREATIONAL) - len += snprintf(buffer + len, sz_buffer - len, translate("gettextFromC", "Runtime: %dmin %s"), + len += snprintf(buffer + len, sz_buffer - len, translate("gettextFromC", "Runtime: %dmin%s"), diveplan_duration(diveplan), "VARIATIONS<br></div>"); else len += snprintf(buffer + len, sz_buffer - len, translate("gettextFromC", "Runtime: %dmin<br></div>"), |