summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/lastfm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/lastfm.rb')
-rw-r--r--data/rbot/plugins/lastfm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rbot/plugins/lastfm.rb b/data/rbot/plugins/lastfm.rb
index 7438583d..96c2d23b 100644
--- a/data/rbot/plugins/lastfm.rb
+++ b/data/rbot/plugins/lastfm.rb
@@ -539,9 +539,9 @@ class LastFmPlugin < Plugin
if nbrs.empty?
reply = _("no one seems to share %{user}'s musical taste")
elsif nbrs.length <= num
- reply = _("%{user} musical neighbours are %{nbrs}")
+ reply = _("%{user}'s musical neighbours are %{nbrs}")
else
- reply = _("%{user} musical neighbours include %{nbrs}")
+ reply = _("%{user}'s musical neighbours include %{nbrs}")
reply << seemore
end
m.reply reply % {