diff options
Diffstat (limited to 'Plugin/Thanks.pm')
-rw-r--r-- | Plugin/Thanks.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Thanks.pm b/Plugin/Thanks.pm index c005271..431db5d 100644 --- a/Plugin/Thanks.pm +++ b/Plugin/Thanks.pm @@ -24,7 +24,7 @@ sub thanks { "No problem", "No problem!", "Pas de problème", - "Don\'t worry about it", + "Don't worry about it", "That's fine dude" ); return "$nick: " . $responses[rand(@responses)]; |