From eac2093f02f0ac93e1b888173969fbfa1a6ce3f2 Mon Sep 17 00:00:00 2001 From: "polyxenitopalidou@gmail.com" Date: Sun, 1 Jul 2012 20:50:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2Mein=20datumvars=20will=20be=20perfect?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3960 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/datumvars.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index 4de5fbfe540..025230e0afb 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -424,7 +424,7 @@ client else if (href_list["varnameedit"]) if(!href_list["datumedit"] || !href_list["varnameedit"]) - usr << "Varedit error: Not all information has been sent Contact a coder." + usr << "Varedit error: Not all information has been sent. Contact a coder." return var/DAT = locate(href_list["datumedit"]) if(!DAT)