Skip to content

Commit

Permalink
Merge pull request #23 from philoushka/patch-1
Browse files Browse the repository at this point in the history
Add 8 new encouragements
  • Loading branch information
haacked committed Jul 23, 2014
2 parents 6765365 + 1563661 commit 37f48e5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion EncouragePackage/Encouragements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ public class Encouragements : IEncouragements
"Wow, nice change!",
"So good!",
"Bravo!",
"You rock!"
"You rock!",
"Well done!",
"I see what you did there!",
"Genius work!",
"Thumbs up!",
"Coding win!",
"FTW!",
"Yep!",
"Nnnnailed it!"
};

public string GetRandomEncouragement()
Expand Down

0 comments on commit 37f48e5

Please sign in to comment.