From c27c2b5cc332cd615b2ade47c92acbd2780e6eea Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 29 Jul 2010 06:51:15 +0200 Subject: several typo/warning fixes in actions/shellexec and related code --- plugins/lastfm/lastfm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/lastfm') diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c index 75e2505d..0427b44c 100644 --- a/plugins/lastfm/lastfm.c +++ b/plugins/lastfm/lastfm.c @@ -865,7 +865,7 @@ static DB_plugin_action_t love_action = { }; static DB_plugin_action_t lookup_action = { - .title = "Lookup at Last.fm", + .title = "Lookup on Last.fm", .name = "lfm_lookup", .flags = DB_ACTION_SINGLE_TRACK, .callback = lfm_action_lookup, -- cgit v1.2.3