diff --git a/code/controllers/subsystem/timer.dm b/code/controllers/subsystem/timer.dm
index 72bbf01fbd8..6c2834a081f 100644
--- a/code/controllers/subsystem/timer.dm
+++ b/code/controllers/subsystem/timer.dm
@@ -1,7 +1,7 @@
var/datum/subsystem/timer/SStimer
/datum/subsystem/timer
- name = "timer"
+ name = "Timer"
wait = 5
priority = 1
diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm
index 147d5a13abf..ad409e91896 100644
--- a/code/modules/admin/topic.dm
+++ b/code/modules/admin/topic.dm
@@ -19,7 +19,6 @@
C << "- AdminHelp Rejected! -"
C << "Your admin help was rejected. The adminhelp verb has been returned to you so that you may try again"
C << "Please try to be calm, clear, and descriptive in admin helps, do not assume the admin has seen any related events, and clearly state the names of anybody you are reporting."
- C << "(Note: the admins may have rejected your adminhelp purely just to give you back the adminhelp verb)"
message_admins("[key_name_admin(usr)] Rejected [C.key]'s admin help. [C.key]'s Adminhelp verb has been returned to them")
log_admin("[key_name(usr)] Rejected [C.key]'s admin help")
diff --git a/html/changelogs/MrStonedOne-PR-10083.yml b/html/changelogs/MrStonedOne-PR-10083.yml
new file mode 100644
index 00000000000..4be3a0e6dc8
--- /dev/null
+++ b/html/changelogs/MrStonedOne-PR-10083.yml
@@ -0,0 +1,36 @@
+################################
+# Example Changelog File
+#
+# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
+#
+# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
+# When it is, any changes listed below will disappear.
+#
+# Valid Prefixes:
+# bugfix
+# wip (For works in progress)
+# tweak
+# soundadd
+# sounddel
+# rscadd (general adding of nice things)
+# rscdel (general deleting of nice things)
+# imageadd
+# imagedel
+# spellcheck (typo fixes)
+# experiment
+# tgs (TG-ported fixes?)
+#################################
+
+# Your name.
+author: N3X15
+
+# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
+delete-after: True
+
+# Any changes you've made. See valid prefix list above.
+# INDENT WITH TWO SPACES. NOT TABS. SPACES.
+# SCREW THIS UP AND IT WON'T WORK.
+# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
+# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
+changes:
+ - rscadd: "Admins can now reject poor adminhelps. This will tell the player how to construct a useful adminhelp and give them back their adminhelp verb"