2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Changed all .. to ... in phrases

This commit is contained in:
John Preston
2016-03-24 18:07:13 +03:00
parent a267d9d43b
commit 605f5305e4
20 changed files with 94 additions and 94 deletions

View File

@@ -62,12 +62,12 @@ int main(int argc, char *argv[]) {
#ifndef TDESKTOP_DISABLE_AUTOUPDATE
if (cRestartingUpdate()) {
DEBUG_LOG(("Application Info: executing updater to install update.."));
DEBUG_LOG(("Application Info: executing updater to install update..."));
psExecUpdater();
} else
#endif
if (cRestarting()) {
DEBUG_LOG(("Application Info: executing Telegram, because of restart.."));
DEBUG_LOG(("Application Info: executing Telegram, because of restart..."));
psExecTelegram();
}