From e15975e008588105a38b997fac33593086af8216 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sat, 14 Feb 2015 01:32:38 +0100 Subject: [PATCH] Fix typo --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 0cb98be5ff9..c5f21844bcc 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1743,7 +1743,7 @@ if(stamptype == "icon") stampvalue = input(src.owner, "Pick a stamp icon.", "Stamp Icon") as null|anything in list("cent","ok","deny","clown") else if(stamptype == "text") - stampvalue = input(src.owner, "What should the stamp say?.", "Stamp Text") as text|null + stampvalue = input(src.owner, "What should the stamp say?", "Stamp Text") as text|null else stamptype = "" sendername = input(src.owner, "What organization does the fax come from? This determines the prefix of the paper (i.e. CentCom- Title).", "Stamp Organization") as text|null