Improve wording

This commit is contained in:
def 2021-12-25 19:36:23 +01:00
parent 21594a0405
commit b8fb704952

View file

@ -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])