summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/help/settings.asciidoc2
-rw-r--r--qutebrowser/config/configdata.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 2ef75ef00..42eacd175 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3986,7 +3986,7 @@ Valid values:
* +tabs+: Current active tab, e.g. `2`.
* +keypress+: Display pressed keys when composing a vi command.
* +progress+: Progress bar for the current page loading.
- * +text:+: `text:foo` displays the static text foo.
+ * +text:foo+: Display the static text after the colon, `foo` in the example.
Default:
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 4899924f9..6cb277e5c 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1934,7 +1934,7 @@ statusbar.widgets:
- tabs: "Current active tab, e.g. `2`."
- keypress: "Display pressed keys when composing a vi command."
- progress: "Progress bar for the current page loading."
- - 'text:': "`text:foo` displays the static text foo."
+ - 'text:foo': "Display the static text after the colon, `foo` in the example."
none_ok: true
default: ['keypress', 'url', 'scroll', 'history', 'tabs', 'progress']
desc: "List of widgets displayed in the statusbar."