From ca76f2148afde131e3ff8255b78feeaa7ebc22ad Mon Sep 17 00:00:00 2001 From: Talkashie Date: Wed, 8 Oct 2025 23:06:22 -0500 Subject: [PATCH] Fix typos in osupdate.c Corrected "dirsto" to "distro". Corrected "enought" to "enough". Corrected "Update complete successfully" to "Update complete(d) successfully." Corrected "before start" to "before starting". --- programs/cmm/misc/osupdate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/cmm/misc/osupdate.c b/programs/cmm/misc/osupdate.c index 34a4eb406..00b65be62 100644 --- a/programs/cmm/misc/osupdate.c +++ b/programs/cmm/misc/osupdate.c @@ -32,13 +32,13 @@ dword unimg_id; #else #define T_WINDOW_TITLE "KolibriOS Online Updater" #define T_TITLE_H1 "Online Updater" -#define T_INTRO "This app will download the latest KolibriOS dirsto and update your RAM-disk with it. Kernel won't be restarted. -Please close all opened apps before start. +#define T_INTRO "This app will download the latest KolibriOS distro and update your RAM-disk with it. Kernel won't be restarted. +Please close all opened apps before starting. Note that all changes on RAM-disk will be lost."; #define T_INSTALL "Update" #define T_DOWNLOADING "Downloading the latest kolibri.img..." #define T_UNPACKING "Unpacking and copying files..." -#define T_COMPLETE "Update complete successfully." +#define T_COMPLETE "Update completed successfully." #define T_EXIT "Exit" #define IMG_URL "http://builds.kolibrios.org/en_US/data/data/kolibri.img" #define KS "Keep settings folder" @@ -190,7 +190,7 @@ void EventDownloadComplete() space_delta = CheckFreeSpace(#latest, #combined); if (space_delta<0) { - miniprintf(#param, "'Not enought free space! You need %d KB more.'E", -space_delta); + miniprintf(#param, "'Not enough free space! You need %d KB more.'E", -space_delta); notify(#param); } else { copyf("/sys", #backup);