Commit 21c7f971 authored by Varun Patil's avatar Varun Patil Committed by GitHub

Merge pull request #242 (fix #239)

Change Event ended to Ended.
parents 55444a0a 65911895
......@@ -258,7 +258,7 @@ public class Event implements CardInterface {
boolean eventEnded = timeNow.compareTo(endTime) > 0;
if (eventEnded)
subtitle += "Event ended | ";
subtitle += "Ended | ";
else if(eventStarted)
{
long difference = endTime.getTime() - timeNow.getTime();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment