diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm
index 0897af04ad7..29677120328 100644
--- a/code/modules/admin/admin_verbs.dm
+++ b/code/modules/admin/admin_verbs.dm
@@ -767,7 +767,7 @@ var/list/admin_verbs_cciaa = list(
deadmin_holder.reassociate()
log_admin("[src] re-admined themself.",admin_key=key_name(src))
message_admins("[src] re-admined themself.", 1)
- to_chat(src, "You now have the keys to control the planet, or atleast a small space station")
+ to_chat(src, "You now have the keys to control the galaxy, or at least a small space ship")
verbs -= /client/proc/readmin_self
/client/proc/deadmin_self()
diff --git a/html/changelogs/wickedcybs_bloat.yml b/html/changelogs/wickedcybs_bloat.yml
new file mode 100644
index 00000000000..dbfc6165a51
--- /dev/null
+++ b/html/changelogs/wickedcybs_bloat.yml
@@ -0,0 +1,6 @@
+author: WickedCybs
+
+delete-after: True
+
+changes:
+ - tweak: "Changes the re-admin text to mention a space ship, instead of a station."
\ No newline at end of file