Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Nov 29, 2024
1 parent d8dd2f0 commit 6b34845
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Editor/Localization/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ msgid "Completion Report Settings"
msgstr "正常終了レポート設定"

# postOnNormally
msgid "Post if completes"
msgid "Post on Completion"
msgstr "正常終了時にも送信"

# postOnNormally tooltip
Expand Down
2 changes: 1 addition & 1 deletion Editor/UI/Reporters/SlackReporterEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ The instance of this Reporter (.asset file) can have the following settings.
<dt>Message</dt><dd>Message body template for error reports. You can specify placeholders like a "{message}".</dd>
<dt>Color</dt><dd>Attachments color for error reports. Default color is same as Slack's "danger" red.</dd>
<dt>Screenshot</dt><dd>Take a screenshot for error reports. Default is on.</dd>
<dt>Post if completes</dt><dd>Also post a report if completed autopilot normally. Default is off.</dd>
<dt>Post on Completion</dt><dd>Also post a report if completed autopilot normally. Default is off.</dd>
</dl>

You can create a Slack Bot on the following page:
Expand Down

0 comments on commit 6b34845

Please sign in to comment.