From 88785f7f865bbedcd8d8052e486d31b69cecacdb Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 28 Feb 2017 01:01:52 -0300 Subject: [PATCH] Changes the button order in the note's menu (#24489) * Changes the button order in the note's menu * Fixes spacing --- code/modules/admin/sql_message_system.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/sql_message_system.dm b/code/modules/admin/sql_message_system.dm index d4ee7574395..99d082feb41 100644 --- a/code/modules/admin/sql_message_system.dm +++ b/code/modules/admin/sql_message_system.dm @@ -255,9 +255,9 @@ notedata += data output += "

[target_ckey]

" if(!linkless) - output += "\[Add message\]" + output += "\[Add note\]" + output += " \[Add message\]" output += " \[Add to watchlist\]" - output += " \[Add note\]" output += " \[Refresh page\]
" else output += " \[Refresh page\]"