Skip to content

Commit 006831e

Browse files
authored
Merge pull request #319 from MrDave1999/dev
9.6.2 Release
2 parents 00953e8 + 4711c27 commit 006831e

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageVersion Include="Serilog.Extensions.Logging" Version="8.0.0" />
1414
<PackageVersion Include="SampSharp.Entities" Version="0.10.1" />
1515
<PackageVersion Include="SampSharp.Streamer.Entities" Version="0.10.0" />
16-
<PackageVersion Include="SampSharp.CTF.Entities" Version="0.10.11" />
16+
<PackageVersion Include="SampSharp.CTF.Entities" Version="0.10.12" />
1717
<PackageVersion Include="SampSharp.CTF.Streamer.Entities" Version="0.10.1" />
1818
<PackageVersion Include="SmartFormat" Version="3.5.2" />
1919
<PackageVersion Include="MySqlConnector" Version="2.4.0" />

src/Application/Common/Resources/Messages.Designer.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Application/Common/Resources/Messages.resx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="AddArmourToAllPlayers" xml:space="preserve">
121-
<value>{PlayerName} has added {Armour}%% to the armour of all players!</value>
121+
<value>{PlayerName} has added {Armour}% to the armour of all players!</value>
122122
</data>
123123
<data name="AddArmourToPlayer" xml:space="preserve">
124-
<value>You have added {Armour}%% armour to {PlayerName}!</value>
124+
<value>You have added {Armour}% armour to {PlayerName}!</value>
125125
</data>
126126
<data name="AddCoinsToAllPlayers" xml:space="preserve">
127127
<value>{PlayerName} has generously given {Coins} coins to all the players!</value>
@@ -130,10 +130,10 @@
130130
<value>You have given {Coins} coins to {PlayerName}</value>
131131
</data>
132132
<data name="AddHealthToAllPlayers" xml:space="preserve">
133-
<value>{PlayerName} has added {Health}%% to the health of all players!</value>
133+
<value>{PlayerName} has added {Health}% to the health of all players!</value>
134134
</data>
135135
<data name="AddHealthToPlayer" xml:space="preserve">
136-
<value>You have added {Health}%% health to {PlayerName}!</value>
136+
<value>You have added {Health}% health to {PlayerName}!</value>
137137
</data>
138138
<data name="AddScoreToAllPlayers" xml:space="preserve">
139139
<value>{PlayerName} has added {Score} to the score of all players!</value>
@@ -403,13 +403,13 @@
403403
<value>You have gained +100 coins, +100 armour, and +100 health</value>
404404
</data>
405405
<data name="ReceiveArmourFromPlayer" xml:space="preserve">
406-
<value>Congratulations! You've received {Armour}%% armour from {PlayerName}!</value>
406+
<value>Congratulations! You've received {Armour}% armour from {PlayerName}!</value>
407407
</data>
408408
<data name="ReceiveCoinsFromPlayer" xml:space="preserve">
409409
<value>Congratulations! You've received {Coins} coins from {PlayerName}!</value>
410410
</data>
411411
<data name="ReceiveHealthFromPlayer" xml:space="preserve">
412-
<value>Congratulations! You've received {Health}%% health from {PlayerName}!</value>
412+
<value>Congratulations! You've received {Health}% health from {PlayerName}!</value>
413413
</data>
414414
<data name="ReceiveKillsFromPlayer" xml:space="preserve">
415415
<value>Congratulations! You've received {Kills} kills from {PlayerName}!</value>

0 commit comments

Comments
 (0)