Capitalize mentions of Twitch, Chatterino, and IRC in comments and text/settings (#3274)

This commit is contained in:
Felanbird
2021-10-17 09:06:58 -04:00
committed by GitHub
parent 06245f3713
commit be3609a927
21 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -104,8 +104,8 @@ void Paths::initRootDirectory()
path.toStdString() + "\"");
}
// create directory Chatterino2 instead of chatterino on windows because the
// ladder one is takes by chatterino 1 already
// create directory Chatterino2 instead of Chatterino on windows because the
// ladder one is takes by Chatterino 1 already
#ifdef Q_OS_WIN
path.replace("chatterino", "Chatterino");
+1 -1
View File
@@ -28,7 +28,7 @@ public:
// Hash of QCoreApplication::applicationFilePath()
QString applicationFilePathHash;
// Profile avatars for twitch <appDataDirectory>/cache/twitch
// Profile avatars for Twitch <appDataDirectory>/cache/twitch
QString twitchProfileAvatars;
bool createFolder(const QString &folderPath);