mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Improve wording
This commit is contained in:
parent
21594a0405
commit
b8fb704952
|
@ -58,7 +58,7 @@ void runServer()
|
|||
|
||||
NSAlert *alert = [[[NSAlert alloc] init] autorelease];
|
||||
[alert setMessageText: @"Run DDNet Server"];
|
||||
[alert addButtonWithTitle: @"Run with default config"];
|
||||
[alert addButtonWithTitle: @"Use default config"];
|
||||
[alert addButtonWithTitle: @"Select config"];
|
||||
[alert addButtonWithTitle: @"Cancel"];
|
||||
switch([alert runModal])
|
||||
|
|
Loading…
Reference in a new issue