From 3d7db690a59a14e38b71b3870b3f8e5e4b7ea0b9 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 4 May 2021 13:20:53 +0200 Subject: [PATCH] [AB-253] adding templates for unsuggest --- .../commands/unSuggest/help/unSuggest_description_en_US.ftl | 1 + .../en_US/commands/unSuggest/help/unSuggest_long_help_en_US.ftl | 2 ++ .../unSuggest/help/unSuggest_parameter_suggestionId_en_US.ftl | 1 + 3 files changed, 4 insertions(+) create mode 100644 translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_description_en_US.ftl create mode 100644 translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_long_help_en_US.ftl create mode 100644 translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_parameter_suggestionId_en_US.ftl diff --git a/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_description_en_US.ftl b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_description_en_US.ftl new file mode 100644 index 00000000..1080d668 --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_description_en_US.ftl @@ -0,0 +1 @@ +Deletes a suggestion \ No newline at end of file diff --git a/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_long_help_en_US.ftl b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_long_help_en_US.ftl new file mode 100644 index 00000000..d95640fc --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_long_help_en_US.ftl @@ -0,0 +1,2 @@ +This command can be used to delete a suggestion. This is only possible by the creator of the suggestion and for a certain period after the suggestion has been created (default 1 hour). +This will delete the message containing the suggestion and from the database. No further action is possible on this suggestion. \ No newline at end of file diff --git a/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_parameter_suggestionId_en_US.ftl b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_parameter_suggestionId_en_US.ftl new file mode 100644 index 00000000..58c677c6 --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_parameter_suggestionId_en_US.ftl @@ -0,0 +1 @@ +The ID of the suggestion you want to delete \ No newline at end of file