diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index a13363a08..ec4b051ba 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -874,7 +874,7 @@ def data(readonly=False): ('statusbar.fg', SettingValue(typ.QssColor(), 'white'), - "Foreground color of the statusbar(http)."), + "Foreground color of the statusbar."), ('statusbar.bg', SettingValue(typ.QssColor(), 'black'),