diff --git a/src/NadekoBot/_strings/ResponseStrings.en-US.json b/src/NadekoBot/_strings/ResponseStrings.en-US.json index 2e00b1fe..e35958d0 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.", @@ -899,4 +899,4 @@ "gambling_timely": "You've claimed your {0}. You can claim again in {1}h", "gambling_timely_set": "Users will be able to claim {0} every {1}h", "gambling_timely_set_none": "Users will not be able to claim any timely currency." -} \ No newline at end of file +} 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 +}