Skip to content

Commit

Permalink
space missing in a formatting string
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonconnery committed Mar 31, 2014
1 parent 0536eb5 commit 2e49071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ else if( projectSettings != null && projectSettings.getChannel() != null && proj
.appendSeparator(" ")
.printZeroRarelyLast()
.appendMinutes()
.appendSuffix(" minute", "minutes")
.appendSuffix(" minute", " minutes")
.appendSeparator(" and ")
.appendSeconds()
.appendSuffix(" second", " seconds")
Expand Down

0 comments on commit 2e49071

Please sign in to comment.