From 698f5eb6a06f59eb50d0f06e2b2da27e0d7ded3e Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Sun, 12 Jan 2025 23:57:32 -0300 Subject: [PATCH] Changed playCount --- src/locales/english.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/english.json b/src/locales/english.json index e442db6..a3f15cf 100644 --- a/src/locales/english.json +++ b/src/locales/english.json @@ -40,7 +40,7 @@ "noRecentTracks": "*No recent tracks found for Last.fm user* `{lastfmUser}`*.*", "userHasBeenSet": "*Your Last.fm username has been set to:* `{lastUser}`.", "listeningTo": "{lastfmUser} *{nowPlaying} listening {playCount}*:\n\n{trackName} by {artistName}", - "playCount": "by the {plays}th time", + "playCount": "to, for the {plays}th time", "apiErr": "*Error retrieving data for Last.fm user* {lastfmUser}.\n\n`{err}`" }, "gitCurrentCommit": "*Current commit:* `{commitHash}`",