diff --git a/webgen.py b/webgen.py index c5068eb..b63722a 100755 --- a/webgen.py +++ b/webgen.py @@ -65,7 +65,7 @@ def edit(headline): subprocess.call([editor, headline]) if dospellcheck: print(yellow) - if input("You like to spellcheck it [y/N]?") == "y": + if input("You like to spellcheck it first [y/N]?") == "y": subprocess.call([spellcheck, spellcheckparam, headline]) print(green) return headline