diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm
index 4a66f06fd3c..643ead41448 100644
--- a/code/modules/admin/admin_verbs.dm
+++ b/code/modules/admin/admin_verbs.dm
@@ -355,8 +355,8 @@ var/list/admin_verbs_hideable = list(
src << "Error: Aghost: Can't admin-ghost whilst in the lobby. Join or Observe first."
else
//ghostize
- log_admin("[key_name(usr)] admin ghosted")
- message_admins("[key_name_admin(usr)] admin ghosted")
+ log_admin("[key_name(usr)] admin ghosted.")
+ message_admins("[key_name_admin(usr)] admin ghosted.")
var/mob/body = mob
body.ghostize(1)
if(body && !body.key)
diff --git a/code/modules/research/experimentor.dm b/code/modules/research/experimentor.dm
index 73a714916d6..d37f8715f1f 100644
--- a/code/modules/research/experimentor.dm
+++ b/code/modules/research/experimentor.dm
@@ -640,7 +640,7 @@
spawn(cooldownMax)
cooldown = FALSE
else
- user << "You aren't quite sure what to do with this, yet."
+ user << "You aren't quite sure what to do with this yet."
//////////////// RELIC PROCS /////////////////////////////