Skip to content

Commit

Permalink
Merge pull request #16 from iykHvfIvfR/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ProgrammerDan committed Jan 13, 2017
2 parents 30cae8e + b8ef84c commit a240652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vg/civcraft/mc/civchat2/ChatStrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class ChatStrings {

public final static String chatPlayerIsOffline = "<i>That player is offline.";
public final static String chatNoOneToReplyTo = "<i>You have no one to reply too.";
public final static String chatNoOneToReplyTo = "<i>You have no one to reply to.";
public final static String chatCantMessageSelf = "<i>You can't message yourself.";
public final static String chatCantIgnoreSelf = "<i>You can't ignore yourself.";
public final static String chatNowChattingWith = "<g>You are now chatting with <c>%s.";
Expand Down

0 comments on commit a240652

Please sign in to comment.