From 0b0e6345afaa9a61a43b348f770079aa6e2d82ce Mon Sep 17 00:00:00 2001 From: Tim Jentzsch Date: Thu, 22 Jun 2023 17:09:13 +0200 Subject: [PATCH] Fix missing quotes in localization file --- blossom/strings/en_US.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blossom/strings/en_US.toml b/blossom/strings/en_US.toml index 3c95d52..88d28da 100644 --- a/blossom/strings/en_US.toml +++ b/blossom/strings/en_US.toml @@ -69,7 +69,7 @@ message_parse_error="Sorry, something went wrong and I couldn't parse your messa empty_message_error="Sorry, I wasn't able to get text out of that. Try again." too_many_params="Too many parameters; please try again." missing_username="I don't see a username in your request -- make sure you're formatting your request as \"@Blossom {action} {argument}\". Example: \"@Blossom dadjoke @itsthejoker\"" -missing_subreddit="I don't see a subreddit in your request -- make sure you're formatting your request as \"@Blossom {action} {argument}\" +missing_subreddit="I don't see a subreddit in your request -- make sure you're formatting your request as \"@Blossom {action} {argument}\"" missing_multiple_usernames="This command uses multiple usernames -- make sure you're formatting your command as \"@Blossom {action} {argument} {argument} ...\"." unknown_username="Sorry, I couldn't find a user with the name `u/{username}`. Please check your spelling." unknown_subreddit="Sorry, there is no subreddit `r/{subreddit}` in our system. Please check your spelling (case-insensitive)."