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".
This commit is contained in:
2025-10-08 23:06:22 -05:00
parent d43cb1a462
commit ca76f2148a

View File

@@ -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);