diff --git a/code/modules/vore/eating/vorepanel_vr.dm b/code/modules/vore/eating/vorepanel_vr.dm
index 54a1623515..e8e0360555 100644
--- a/code/modules/vore/eating/vorepanel_vr.dm
+++ b/code/modules/vore/eating/vorepanel_vr.dm
@@ -277,9 +277,9 @@
if("saveprefs")
if(!host.save_vore_prefs())
- alert("ERROR: Virgo-specific preferences failed to save!","Error")
+ alert("ERROR: Chomp-specific preferences failed to save!","Error")
else
- to_chat(usr, "Virgo-specific preferences saved!")
+ to_chat(usr, "Chomp-specific preferences saved!")
unsaved_changes = FALSE
return TRUE
if("reloadprefs")
@@ -287,9 +287,9 @@
if(alert != "Reload")
return FALSE
if(!host.apply_vore_prefs())
- alert("ERROR: Virgo-specific preferences failed to apply!","Error")
+ alert("ERROR: Chomp-specific preferences failed to apply!","Error")
else
- to_chat(usr,"Virgo-specific preferences applied from active slot!")
+ to_chat(usr,"Chomp-specific preferences applied from active slot!")
unsaved_changes = FALSE
return TRUE
if("setflavor")