diff options
author | Robert C. Helling <helling@atdotde.de> | 2019-05-22 15:56:58 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2019-05-29 15:04:33 +0300 |
commit | 476734911175ceb0ab6e0c4c741223d70087a787 (patch) | |
tree | ca4d0c8de3a7585d5a87c70f8be8f67abc4bb116 /core | |
parent | 98ba711bca8a5de00f5daa9b0b5e3a6356b06128 (diff) | |
download | subsurface-476734911175ceb0ab6e0c4c741223d70087a787.tar.gz |
Update deco disclaimer
Our disclaimer is no longer "new". It is still true that people
should not blindly follow it.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/plannernotes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/plannernotes.c b/core/plannernotes.c index 9353fa2ec..96c79f9ba 100644 --- a/core/plannernotes.c +++ b/core/plannernotes.c @@ -116,8 +116,8 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d if (show_disclaimer) { put_string(&buf, "<div><b>"); - put_format(&buf, translate("gettextFromC", "DISCLAIMER / WARNING: THIS IS A NEW IMPLEMENTATION OF THE %s " - "ALGORITHM AND A DIVE PLANNER IMPLEMENTATION BASED ON THAT WHICH HAS " + put_format(&buf, translate("gettextFromC", "DISCLAIMER / WARNING: THIS IMPLEMENTATION OF THE %s " + "ALGORITHM AND A DIVE PLANNER IMPLEMENTATION BASED ON THAT HAS " "RECEIVED ONLY A LIMITED AMOUNT OF TESTING. WE STRONGLY RECOMMEND NOT TO " "PLAN DIVES SIMPLY BASED ON THE RESULTS GIVEN HERE."), deco); put_string(&buf, "</b><br></div>"); |