We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a273183 commit 72eef12Copy full SHA for 72eef12
timeago/src/main/java/com/github/kevinsawicki/timeago/TimeAgo.java
@@ -60,7 +60,7 @@ public class TimeAgo {
60
61
private String month = Messages.getString("TimeAgo.MONTH"); //$NON-NLS-1$
62
63
- private String months = Messages.getString("TimeAgo.MONTH"); //$NON-NLS-1$
+ private String months = Messages.getString("TimeAgo.MONTHS"); //$NON-NLS-1$
64
65
private String year = Messages.getString("TimeAgo.YEAR"); //$NON-NLS-1$
66
0 commit comments