From c24a2465c79130725eb45592aa3554503ec0b574 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Fri, 12 Jul 2019 00:29:02 -0400 Subject: [PATCH] fix --- src/js/descriptionWidgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index 77aef45c7f2..b2f2fabf1fe 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"; -- GitLab