From 6843e9c413c7f0f58546c56944c1634140b40b64 Mon Sep 17 00:00:00 2001 From: Nathan Isom Date: Wed, 14 Oct 2015 13:37:24 -0500 Subject: [PATCH] typo in configdata.py. --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),