diff --git a/mods/cnc/chrome/mapchooser.yaml b/mods/cnc/chrome/mapchooser.yaml index 1c4b97c340..96d1f88765 100644 --- a/mods/cnc/chrome/mapchooser.yaml +++ b/mods/cnc/chrome/mapchooser.yaml @@ -190,24 +190,24 @@ Container@MAPCHOOSER_PANEL: Width:117 Height:20 WordWrap:True - CncMenuButton@BUTTON_OK: - Id:BUTTON_OK + CncMenuButton@BUTTON_CANCEL: + Id:BUTTON_CANCEL X:0 Y:499 Width:140 Height:35 - Text:Ok + Text:Cancel CncMenuButton@BUTTON_INSTALL: Id:BUTTON_INSTALL - X:150 + X:450 Y:499 Width:140 Height:35 Text:Install Map - CncMenuButton@BUTTON_CANCEL: - Id:BUTTON_CANCEL + CncMenuButton@BUTTON_OK: + Id:BUTTON_OK X:600 Y:499 Width:140 Height:35 - Text:Cancel \ No newline at end of file + Text:Ok \ No newline at end of file