mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed typo
This commit is contained in:
parent
3d108555b7
commit
ce57ad9b0d
1 changed files with 2 additions and 2 deletions
|
@ -415,8 +415,8 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
|||
layout.addDescription(
|
||||
"Extra information like \"youtube video stats\" or title of webpages "
|
||||
"can be loaded for all links if enabled. Optionally you can also show "
|
||||
"thumbnails for emotes, videos and more. The information is pulled from"
|
||||
"our servers.");
|
||||
"thumbnails for emotes, videos and more. The information is pulled "
|
||||
"from our servers.");
|
||||
layout.addCheckbox("Enable", s.linkInfoTooltip);
|
||||
layout.addDropdown<int>(
|
||||
"Also show thumbnails if available",
|
||||
|
|
Loading…
Reference in a new issue