From d1ee250524dc211ce120414b87f515ee975aad40 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 13 Feb 2013 23:14:55 -0800 Subject: Make planner.c warning consistent Just a tiny change to make them look more consistent. Signed-off-by: Dirk Hohndel --- planner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planner.c b/planner.c index 43f5e83cb..0e9725b55 100644 --- a/planner.c +++ b/planner.c @@ -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 -- cgit v1.2.3-70-g09d2