Skip to content

Commit de653a9

Browse files
committed
Better messaging
1 parent e8a253d commit de653a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/ExpMngr/Scripts/ParticipantListSelection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void SetPPList(DataTable data)
105105
{
106106
Popup pplistAttention = new Popup();
107107
pplistAttention.messageType = MessageType.Attention;
108-
pplistAttention.message = string.Format("An empty participant list will be created at {0}. Data you collect will be stored in the same folder as this list.", ppListPath);
108+
pplistAttention.message = string.Format("An empty participant list has been created at {0}. Data you collect will be stored in the same folder as this list.", ppListPath);
109109
pplistAttention.onOK = new System.Action( () => {CreateNewPPList(ppListPath);}) ;
110110
popupController.DisplayPopup(pplistAttention);
111111
return;

0 commit comments

Comments
 (0)