mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fix small typo
This commit is contained in:
parent
79af8a46d1
commit
158ff62aaa
1 changed files with 1 additions and 1 deletions
|
@ -2619,7 +2619,7 @@ void CL_VerifyUpdate() {
|
|||
|
||||
const char *updateText =
|
||||
va("A new update is available!\n"
|
||||
"The latest version is v%d.%d.%d (you are running %s).\n"
|
||||
"The latest version is v%d.%d.%d (you are running v%s).\n"
|
||||
"Check https://github.com/openmoh/openmohaa for more.",
|
||||
lastMajor,
|
||||
lastMinor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue