From ba685b291fb669da7aa9b04873e371c6364649d4 Mon Sep 17 00:00:00 2001 From: SupDos Date: Sun, 15 Dec 2019 15:58:58 +0100 Subject: [PATCH] Typo in Settings (#1441) small one character typo --- src/widgets/settingspages/GeneralPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/settingspages/GeneralPage.cpp b/src/widgets/settingspages/GeneralPage.cpp index 846aad040..e838c815f 100644 --- a/src/widgets/settingspages/GeneralPage.cpp +++ b/src/widgets/settingspages/GeneralPage.cpp @@ -511,7 +511,7 @@ void GeneralPage::initLayout(SettingsLayout &layout) layout.addTitle("Cache"); layout.addDescription( "Files that are used often (such as emotes) are saved to disk to " - "reduce bandwidth usage and tho speed up loading."); + "reduce bandwidth usage and to speed up loading."); auto cachePathLabel = layout.addDescription("placeholder :D"); getSettings()->cachePath.connect([cachePathLabel](const auto &,