Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix spelling for validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sl-eng committed Jan 7, 2013
1 parent f904414 commit a2d8554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public interface ValidationMessages extends Messages
@DefaultMessage("Too many lines in translation (expected {0}, found {1})")
String linesAdded(int expected, int actual);

@DefaultMessage("Not enouth lines in translation (expected {0}, found {1})")
@DefaultMessage("Not enough lines in translation (expected {0}, found {1})")
String linesRemoved(int expected, int actual);


Expand Down

0 comments on commit a2d8554

Please sign in to comment.