diff --git a/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm b/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm
index 3d12f301b..f5c7df2e2 100644
--- a/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm
+++ b/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm
@@ -241,6 +241,6 @@
/mob/living/simple_animal/chicken/examine()
. = ..()
- . += "this one is [gender]."
+ . += "This one is [gender]."
if(happiness<20)
. += "It looks stressed."