From 011529ae59bd8f4b2c99ab04ef9d9525a2ac372d Mon Sep 17 00:00:00 2001 From: shivaco Date: Tue, 24 Oct 2017 15:53:57 +0600 Subject: [PATCH 1/2] \"New Custom Reaction -> New Custom Reaction --- src/NadekoBot/_strings/ResponseStrings.en-US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/_strings/ResponseStrings.en-US.json b/src/NadekoBot/_strings/ResponseStrings.en-US.json index f052db58..c9ef2fac 100644 --- a/src/NadekoBot/_strings/ResponseStrings.en-US.json +++ b/src/NadekoBot/_strings/ResponseStrings.en-US.json @@ -4,7 +4,7 @@ "customreactions_insuff_perms": "Insufficient permissions. Requires Bot ownership for global custom reactions, and Administrator for server custom reactions.", "customreactions_list_all": "List of all custom reactions", "customreactions_name": "Custom Reactions", - "customreactions_new_cust_react": "\"New Custom Reaction", + "customreactions_new_cust_react": "New Custom Reaction", "customreactions_edited_cust_react": "Custom Reaction Edited", "customreactions_no_found": "No custom reaction found.", "customreactions_no_found_id": "No custom reaction found with that id.", @@ -894,4 +894,4 @@ "gambling_rafflecur_ended": "{0} raffle ended. {1} won {2}!", "music_autodc_enable": "I will disconnect from the voice channel when there are no more songs to play.", "music_autodc_disable": "I will no longer disconnect from the voice channel when there are no more songs to play." -} \ No newline at end of file +} From 3de028ba996c92c72cb06c2e589976f7b38174e6 Mon Sep 17 00:00:00 2001 From: MaybeGoogle <30007491+MaybeGoogle@users.noreply.github.com> Date: Wed, 25 Oct 2017 23:43:51 -0500 Subject: [PATCH 2/2] the grammar thing Sorry, I didn't get what you meant the first time. hopefully this is the right file. --- src/NadekoBot/data/command_strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/data/command_strings.json b/src/NadekoBot/data/command_strings.json index 1920090f..29cf1eec 100644 --- a/src/NadekoBot/data/command_strings.json +++ b/src/NadekoBot/data/command_strings.json @@ -625,7 +625,7 @@ }, "roles": { "Cmd": "roles", - "Desc": "List roles on this server or a roles of a specific user if specified. Paginated, 20 roles per page.", + "Desc": "List roles on this server or roles of a user if specified. Paginated, 20 roles per page.", "Usage": [ "{0}roles 2", "{0}roles @Someone" @@ -3055,4 +3055,4 @@ "{0}autodc" ] } -} \ No newline at end of file +}