Ticket #2373: resignation.patch

File resignation.patch, 708 bytes (added by Michael, 10 years ago)

More information was added to the question.

  • binaries/data/mods/public/gui/session/menu.js

     
    148148    pauseGame();
    149149    var btCaptions = ["Yes", "No"];
    150150    var btCode = [leaveGame, resumeGame];
    151     messageBox(400, 200, "Are you sure you want to quit?", "Confirmation", 0, btCaptions, btCode);
     151    messageBox(400, 200, "With quitting the game you are going to resign!\n\nAre you sure you want to resign and quit the game?", "Confirmation resignation", 0, btCaptions, btCode);
    152152}
    153153
    154 
    155154function openDeleteDialog(selection)
    156155{
    157156    closeMenu();