diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc index 2091b9e0b..46bae80ce 100644 --- a/doc/faq.asciidoc +++ b/doc/faq.asciidoc @@ -146,7 +146,7 @@ For QtWebKit: For QtWebEngine: . Make sure your versions of PyQt and Qt are 5.8 or higher. -. Use `install_dict.py` script to install dictionaries. +. Use `dictcli.py` script to install dictionaries. Run the script with `-h` for the parameter description. . Set `spellcheck.languages` to the desired list of languages, e.g.: `:set spellcheck.languages "['en-US', 'pl-PL']"` diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 3013cbae2..205a79f31 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -2559,7 +2559,7 @@ Default: empty [[spellcheck.languages]] === spellcheck.languages Languages to use for spell checking. -You can check for available languages and install dictionaries using scripts/install_dict.py. Run the script with -h/--help for instructions. +You can check for available languages and install dictionaries using scripts/dictcli.py. Run the script with -h/--help for instructions. Type: <> diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index b84e2df54..1a9af49f6 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1126,7 +1126,7 @@ spellcheck.languages: Languages to use for spell checking. You can check for available languages and install dictionaries using - scripts/install_dict.py. Run the script with -h/--help for instructions. + scripts/dictcli.py. Run the script with -h/--help for instructions. backend: QtWebKit: false QtWebEngine: Qt 5.8