diff --git a/languages/core/acf-core_en.properties b/languages/core/acf-core_en.properties index 13778ecf..0a848d79 100644 --- a/languages/core/acf-core_en.properties +++ b/languages/core/acf-core_en.properties @@ -38,9 +38,9 @@ acf-core.could_not_find_player = Error: Could not find a player by the name: {search}. acf-core.help_page_information = - Showing page {page} of {totalpages} ({results} results). acf-core.help_no_results = Error: No more results. -acf-core.help_header = === Showing help for {command} === +acf-core.help_header = === Showing help for {commandprefix}{command} === acf-core.help_format = {command} {parameters} {separator} {description} -acf-core.help_detailed_header = === Showing detailed help for {command} === +acf-core.help_detailed_header = === Showing detailed help for {commandprefix}{command} === acf-core.help_detailed_command_format = {command} {parameters} {separator} {description} acf-core.help_detailed_parameter_format = {name}: {description} -acf-core.help_search_header = === Search results for {command} {search} === +acf-core.help_search_header = === Search results for {commandprefix}{command} {search} ===