Changed a string

This commit is contained in:
Kwoth 2017-03-03 18:45:59 +01:00
parent a22e8cafb4
commit 2ae7fbcab5
2 changed files with 2 additions and 2 deletions

View File

@ -1794,7 +1794,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Claim from @{0} for a war against {1} has expired.. /// Looks up a localized string similar to Claim from @{0} in a war against {1} has expired..
/// </summary> /// </summary>
public static string clashofclans_claim_expired { public static string clashofclans_claim_expired {
get { get {

View File

@ -139,7 +139,7 @@
<value>@{0} You already claimed base #{1}. You can't claim a new one.</value> <value>@{0} You already claimed base #{1}. You can't claim a new one.</value>
</data> </data>
<data name="clashofclans_claim_expired" xml:space="preserve"> <data name="clashofclans_claim_expired" xml:space="preserve">
<value>Claim from @{0} for a war against {1} has expired.</value> <value>Claim from @{0} in a war against {1} has expired.</value>
</data> </data>
<data name="clashofclans_enemy" xml:space="preserve"> <data name="clashofclans_enemy" xml:space="preserve">
<value>Enemy</value> <value>Enemy</value>