diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-08-29 12:26:00 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-29 06:49:44 -0700 |
commit | aed5b7d26708d9559effc27ed2d3b3656f5bc738 (patch) | |
tree | 9d8517147a7bebd60c93e5b289651def2dd4e7ac /core | |
parent | 2832141d2ca00c9ec502f6c4f7ecbb09a2095516 (diff) | |
download | subsurface-aed5b7d26708d9559effc27ed2d3b3656f5bc738.tar.gz |
Show variations in Runtime string
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core')
-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 83c868186..414236a1e 100644 --- a/core/plannernotes.c +++ b/core/plannernotes.c @@ -101,7 +101,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d get_current_date()); } - len += snprintf(buffer + len, sz_buffer - len, translate("gettextFromC", "Runtime: %dmin<br></div>"), + len += snprintf(buffer + len, sz_buffer - len, translate("gettextFromC", "Runtime: %dmin VARIATIONS<br></div>"), diveplan_duration(diveplan)); if (!plan_verbatim) { |