From b1f0b33f168c1a45375dbab783ee17ca7eccf2bb Mon Sep 17 00:00:00 2001 From: chehaoc <chehao.chang@student.unimelb.edu.au> Date: Fri, 25 Oct 2019 21:05:03 +1100 Subject: [PATCH] modified ChatScreen UI --- src/GUI/ChatScreen.form | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/ChatScreen.form b/src/GUI/ChatScreen.form index 140273c..d8b1fd3 100644 --- a/src/GUI/ChatScreen.form +++ b/src/GUI/ChatScreen.form @@ -200,7 +200,7 @@ <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/> </constraints> <properties> - <text value="Send Message To:"/> + <text value="Other users (Select for private Message)"/> </properties> </component> <component id="cc35d" class="javax.swing.JComboBox" binding="sendMessageToComboBox"> -- GitLab