Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: update messages when flags are not in base position (e.g., captured) #302

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Application/Common/Resources/Messages.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Application/Common/Resources/Messages.resx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<value>This round was won by the Beta team</value>
</data>
<data name="BlueFlagIsNotAtBasePosition" xml:space="preserve">
<value>~n~~n~~n~~b~The blue flag is not at its base position</value>
<value>~n~~n~~b~Your blue flag has been taken!~n~Recover it before the enemy scores!</value>
</data>
<data name="ChatDisabled" xml:space="preserve">
<value>Chat is currently disabled while you select your class. Please finish your selection before chatting!</value>
Expand Down Expand Up @@ -415,7 +415,7 @@
<value>{PlayerName} redeemed their coins for the combo: {ComboName}</value>
</data>
<data name="RedFlagIsNotAtBasePosition" xml:space="preserve">
<value>~n~~n~~n~~r~The red flag is not at its base position</value>
<value>~n~~n~~r~Your red flag has been taken!~n~Recover it before the enemy scores!</value>
</data>
<data name="ReportSuccessfullySent" xml:space="preserve">
<value>You have successfully sent the report</value>
Expand Down
Loading