diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-11-25 23:40:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-25 15:41:28 -0800 |
commit | 72318f289719cb678fa9158aef9cada0724d1f52 (patch) | |
tree | 3ea426087fc9b2dbf77146cd357d8129ebaabba3 /core/plannernotes.c | |
parent | 5da63626797440cb8cbe6caafb2d53d1c6cfcf11 (diff) | |
download | subsurface-72318f289719cb678fa9158aef9cada0724d1f52.tar.gz |
In strings start lower case in parenthesis
Start with lower case letter inside a parenthesis.
Signed-off-by: Stefan Fuchs <sfuchs@gmx.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 114c2a10b..167ccaff7 100644 --- a/core/plannernotes.c +++ b/core/plannernotes.c @@ -89,7 +89,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d len += snprintf(buffer + len, sz_buffer - len, "<div><b>%s (%s) %s<br>", translate("gettextFromC", "Subsurface"), subsurface_canonical_version(), - translate("gettextFromC", "dive plan</b> (Overlapping dives detected)")); + translate("gettextFromC", "dive plan</b> (overlapping dives detected)")); dive->notes = strdup(buffer); free((void *)buffer); free((void *)temp); |