Skip to content

Commit

Permalink
Update messages in commons core
Browse files Browse the repository at this point in the history
  • Loading branch information
rachx committed Oct 29, 2016
1 parent 6072198 commit 94a1805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/agendum/commons/core/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public class Messages {
public static final String MESSAGE_UNKNOWN_COMMAND = "We don't recognise this command";
public static final String MESSAGE_UNKNOWN_COMMAND_WITH_SUGGESTION = "Did you mean '%1$s'?";
public static final String MESSAGE_INVALID_COMMAND_FORMAT =
"We don't understand your command format. Try\n%1$s";
public static final String MESSAGE_INVALID_TASK_DISPLAYED_INDEX = "Hey, the task index given is invalid";
"We don't understand your input. Try\n%1$s";
public static final String MESSAGE_INVALID_TASK_DISPLAYED_INDEX = "Hey, the task id given is invalid";
public static final String MESSAGE_TASKS_LISTED_OVERVIEW = "%1$d tasks listed/found!";

}

0 comments on commit 94a1805

Please sign in to comment.