Skip to content

Commit

Permalink
'merica
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukenickerson committed Mar 11, 2017
1 parent 03147b8 commit 2c64f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/civclicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,7 @@ function deleteSave(){
function renameCiv(newName){
//Prompts player, uses result as new civName
while (!newName) {
newName = prompt("Please name your civilisation",(newName || curCiv.civName || "Woodstock"));
newName = prompt("Please name your civilization",(newName || curCiv.civName || "Woodstock"));
if ((newName === null)&&(curCiv.civName)) { return; } // Cancelled
}

Expand Down

0 comments on commit 2c64f64

Please sign in to comment.