diff --git a/binaries/data/mods/official/entities/units/skeleton.xml b/binaries/data/mods/official/entities/units/skeleton.xml
index d2f4e8bea9..a261676736 100644
--- a/binaries/data/mods/official/entities/units/skeleton.xml
+++ b/binaries/data/mods/official/entities/units/skeleton.xml
@@ -7,16 +7,16 @@
- Matrona Romana
+ Skeleton
Romans
- Roman women in the Republic were in a similar state as their Greek counterparts. When a Roman woman married their dowry and property passed to their father-in-law, while she herself became the property of her husband. Their job was to raise the children and helping in farm work or running the family business. It was a sign of affluence when a man’s wife did not have to work.
+ He lived, and obviously he died, or he wouldn't be a skeleton.
- units/skeleton.xml
+ units/skeleton_live.xml
\ No newline at end of file
diff --git a/binaries/data/mods/official/gui/test/functions_page_session_status_pane.js b/binaries/data/mods/official/gui/test/functions_page_session_status_pane.js
index b1f57483db..2ebdb7dc3f 100644
--- a/binaries/data/mods/official/gui/test/functions_page_session_status_pane.js
+++ b/binaries/data/mods/official/gui/test/functions_page_session_status_pane.js
@@ -171,7 +171,7 @@ function updateStat (baseName, cellSheet, cell, statistic)
var textStat = getGUIObjectByName (baseName + statCurr);
if( !textStat )
{
- console.write("No textStat for " + baseName + " " + statCurr);
+ //console.write("No textStat for " + baseName + " " + statCurr);
return;
}
textStat.sprite = "snIconSheet" + cellSheet;