From 91020ebc25356118a88c4cb1a3484183b752d17b Mon Sep 17 00:00:00 2001 From: Raine Virta Date: Wed, 25 Feb 2009 00:24:26 +0200 Subject: lastfm: add missing 's --- data/rbot/plugins/lastfm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/rbot') 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 % { -- cgit v1.2.3