Skip to content

Commit

Permalink
fixing the table to look decent
Browse files Browse the repository at this point in the history
  • Loading branch information
retroryan committed Jan 26, 2012
1 parent 89a01d8 commit 735fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Labeler.java
Expand Up @@ -82,7 +82,7 @@ public static void labelNextPlace(AmbigResults ambigResults) {
ambigPlaceDTOList.add(d1);

DisplayPlace d2 = new DisplayPlace();
d2.setFullName("I can't tell which place this should be.");
d2.setFullName("I can`t tell which place this should be.");
d2.setId(-2);
ambigPlaceDTOList.add(d2);

Expand Down

0 comments on commit 735fb25

Please sign in to comment.