Add missing trailing dots

(cherry picked from commit 5f43b02badc20a4fc67931ab6e76f1050ab283aa)
This commit is contained in:
Florian Bruhin 2017-11-03 14:44:29 +01:00
parent 6233358b71
commit c22a27d47f

View File

@ -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.