mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +02:00
Merge pull request #15777 from danteruiz/fix-launcher-typo
BUGZ-707: HQ Launcher says "lastest and greatest"
This commit is contained in:
commit
625ec7ca84
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
break;
|
||||
case CHECKING_UPDATE:
|
||||
[self.boldStatus setStringValue:@"Getting updates..."];
|
||||
[self.smallStatus setStringValue:@"We're getting the lastest and greatest for you, one sec."];
|
||||
[self.smallStatus setStringValue:@"We're getting the latest and greatest for you, one sec."];
|
||||
break;
|
||||
case RUNNING_INTERFACE_AFTER_UPDATE:
|
||||
[self.boldStatus setStringValue:@"You're good to go!"];
|
||||
|
|
Loading…
Reference in a new issue