diff --git a/strings.go b/strings.go index 772bbfb..f8e0f79 100644 --- a/strings.go +++ b/strings.go @@ -206,5 +206,5 @@ const CURRENT_SONG_PLAYLIST_HTML = ` // Message shown to user when the listsongs command is issued const SONG_LIST_HTML = ` -
%d: "%s", added by %s +
%d: "%s", added by %s.
`