mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +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 =
|
const char *updateText =
|
||||||
va("A new update is available!\n"
|
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.",
|
"Check https://github.com/openmoh/openmohaa for more.",
|
||||||
lastMajor,
|
lastMajor,
|
||||||
lastMinor,
|
lastMinor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue