renamed members in Helpers.cpp

This commit is contained in:
fourtf
2019-09-18 16:31:51 +02:00
parent ffd63d9407
commit 88d8bf7cec
5 changed files with 16 additions and 15 deletions
+3 -3
View File
@@ -438,10 +438,10 @@ void GeneralPage::initLayout(SettingsLayout &layout)
layout.addDescription("The browser extension replaces the default "
"Twitch.tv chat with chatterino.");
layout.addDescription(formatRichNamedLink(CHROME_EXTENSION_LINK,
"Download for Google Chrome"));
layout.addDescription(
createNamedLink(CHROME_EXTENSION_LINK, "Download for Google Chrome"));
layout.addDescription(
createNamedLink(FIREFOX_EXTENSION_LINK, "Download for Firefox"));
formatRichNamedLink(FIREFOX_EXTENSION_LINK, "Download for Firefox"));
#endif
layout.addTitle("Miscellaneous");