Fix small typo

This commit is contained in:
Nicholas Guriev 2019-07-23 15:40:13 +03:00 committed by John Preston
parent 63203ecc00
commit 325989ed47
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ void MainWindow::psFirstShow() {
LOG(("Could not get Unity Launcher entry!"));
}
} else {
LOG(("SNAP Enviroment detected, setting Launcher entry to %1-telegramdesktop.desktop!").arg(snapName));
LOG(("SNAP Environment detected, setting Launcher entry to %1-telegramdesktop.desktop!").arg(snapName));
_desktopFile = snapName + "_telegramdesktop.desktop";
useUnityCount=true;
}