# HG changeset patch # User Sascha L. Teichmann # Date 1571519279 -7200 # Node ID f66e5b2fa894ef1841d34cfba8cc8ed40f0b9fb6 # Parent ffa189c0733455bbd0573b2a48b5b02cb496e937 Wording: Speak of iso areas instead of iso lines when refreshing the sounding results after a configuration change. diff -r ffa189c07334 -r f66e5b2fa894 pkg/imports/isr.go --- a/pkg/imports/isr.go Sat Oct 19 23:00:43 2019 +0200 +++ b/pkg/imports/isr.go Sat Oct 19 23:07:59 2019 +0200 @@ -106,7 +106,7 @@ return ids, nil } -// Do executes the actual refreshing of the iso lines. +// Do executes the actual refreshing of the iso areas. func (isr *IsoRefresh) Do( ctx context.Context, importID int64, @@ -115,7 +115,7 @@ ) (interface{}, error) { start := time.Now() - feedback.Info("Regenerating contour lines for sounding results " + + feedback.Info("Regenerating iso areas for sounding results " + "after configuration change") defer func() { feedback.Info(