mirror of
https://github.com/overte-org/overte.git
synced 2025-07-28 19:30:10 +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;
|
break;
|
||||||
case CHECKING_UPDATE:
|
case CHECKING_UPDATE:
|
||||||
[self.boldStatus setStringValue:@"Getting updates..."];
|
[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;
|
break;
|
||||||
case RUNNING_INTERFACE_AFTER_UPDATE:
|
case RUNNING_INTERFACE_AFTER_UPDATE:
|
||||||
[self.boldStatus setStringValue:@"You're good to go!"];
|
[self.boldStatus setStringValue:@"You're good to go!"];
|
||||||
|
|
Loading…
Reference in a new issue