From 6b3484569d87d96af02ef1b08ef425130bdd8079 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Fri, 29 Nov 2024 22:38:07 +0900 Subject: [PATCH] Fix wording --- Editor/Localization/ja.po | 2 +- Editor/UI/Reporters/SlackReporterEditor.cs | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Editor/Localization/ja.po b/Editor/Localization/ja.po index 1297032..6b905be 100644 --- a/Editor/Localization/ja.po +++ b/Editor/Localization/ja.po @@ -627,7 +627,7 @@ msgid "Completion Report Settings" msgstr "正常終了レポート設定" # postOnNormally -msgid "Post if completes" +msgid "Post on Completion" msgstr "正常終了時にも送信" # postOnNormally tooltip diff --git a/Editor/UI/Reporters/SlackReporterEditor.cs b/Editor/UI/Reporters/SlackReporterEditor.cs index 78d6068..01dd571 100644 --- a/Editor/UI/Reporters/SlackReporterEditor.cs +++ b/Editor/UI/Reporters/SlackReporterEditor.cs @@ -67,7 +67,7 @@ public class SlackReporterEditor : UnityEditor.Editor private static readonly string s_normallyHeader = L10n.Tr("Completion Report Settings"); - private static readonly string s_postOnNormally = L10n.Tr("Post if completes"); + private static readonly string s_postOnNormally = L10n.Tr("Post on Completion"); private static readonly string s_postOnNormallyTooltip = L10n.Tr("Also post a report if completed autopilot normally."); private SerializedProperty _postOnNormallyProp; private GUIContent _postOnNormallyGUIContent; diff --git a/README.md b/README.md index 5780fe7..6473bfb 100644 --- a/README.md +++ b/README.md @@ -524,7 +524,7 @@ The instance of this Reporter (.asset file) can have the following settings.
Message
Message body template for error reports. You can specify placeholders like a "{message}".
Color
Attachments color for error reports. Default color is same as Slack's "danger" red.
Screenshot
Take a screenshot for error reports. Default is on.
-
Post if completes
Also post a report if completed autopilot normally. Default is off.
+
Post on Completion
Also post a report if completed autopilot normally. Default is off.
You can create a Slack Bot on the following page: