mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Make planner.c warning consistent
Just a tiny change to make them look more consistent. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fd703f3ca0
commit
d1ee250524
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ void add_duration_to_nth_dp(struct diveplan *diveplan, int idx, int duration, gb
|
|||
}
|
||||
dp->time = duration;
|
||||
if (duration > 180 * 60)
|
||||
show_error(_("Warning, extremely long dives can cause long calculation time"));
|
||||
show_error(_("Warning - extremely long dives can cause long calculation time"));
|
||||
}
|
||||
|
||||
/* this function is ONLY called from the dialog callback - so it
|
||||
|
|
Loading…
Reference in a new issue