diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-13 23:14:55 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-13 23:14:55 -0800 |
commit | d1ee250524dc211ce120414b87f515ee975aad40 (patch) | |
tree | 1d3ba62d029cfe927c86b79c959dc1e6d73e56c9 /planner.c | |
parent | fd703f3ca0cd36cc93ec81560b926f98b3da8093 (diff) | |
download | subsurface-d1ee250524dc211ce120414b87f515ee975aad40.tar.gz |
Make planner.c warning consistent
Just a tiny change to make them look more consistent.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.c')
-rw-r--r-- | planner.c | 2 |
1 files changed, 1 insertions, 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 |