diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index 77aef45c7f2627da3617b9b70f896e5697e98199..b2f2fabf1fe1d3458698600e09bb61e6975c9b99 100644 --- a/src/js/descriptionWidgets.js +++ b/src/js/descriptionWidgets.js @@ -840,7 +840,7 @@ App.Desc.describeScarInt = function(slave, surface) { // scars can sometimes be if (slave.boobsImplant > 0) { return "scars from sloppily inserted implants"; } else { - return "scars as though she had sloppy sugery to remove implants"; + return "scars as though from sloppy surgery to remove implants"; } } else { return "a surgical scar";