Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c612977

Browse files
committed
Bad grammar --> Good grammar
1 parent 7878ffd commit c612977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogstation/code/modules/admin/admin_verbs.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@
108108
var/answer = input(src,"Which one do you choose?","Selection","Either") in l
109109
if(!answer)
110110
return
111-
message_admins("[src] the next minetype was picked.")
111+
message_admins("[src] set the next minetype to [answer].")
112112
log_admin("[src] picked the next minetype.")
113113
SSpersistence.SaveMinetype(l[answer])

0 commit comments

Comments
 (0)