diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 4a73822e4..a99152e88 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1280,8 +1280,8 @@ tabs.title.format: The following placeholders are defined: * `{perc}`: Percentage as a string like `[10%]`. - * `{perc_raw}`: Raw percentage, e.g. `10` - * `{title}`: Title of the current web page + * `{perc_raw}`: Raw percentage, e.g. `10`. + * `{title}`: Title of the current web page. * `{title_sep}`: The string ` - ` if a title is set, empty otherwise. * `{index}`: Index of this tab. * `{id}`: Internal tab ID of this tab.