summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
authorRaine Virta <rane@kapsi.fi>2009-02-25 00:24:26 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2009-02-26 00:39:48 +0100
commit91020ebc25356118a88c4cb1a3484183b752d17b (patch)
treec8d03403d63ea3d0f3135ad2195dc204909b749a /data/rbot
parent30c4ff98d480dfd7af489a5a9998223cd4d13fa0 (diff)
lastfm: add missing 's
Diffstat (limited to 'data/rbot')
-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 % {