fixed string

This commit is contained in:
Kwoth 2017-03-01 18:14:22 +01:00
parent 418ab7a08f
commit f294b9997b
2 changed files with 2 additions and 2 deletions

View File

@ -4587,7 +4587,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Your auto-translate language has been set to {from}&gt;{to}. /// Looks up a localized string similar to Your auto-translate language has been set to {0}&gt;{1}.
/// </summary> /// </summary>
public static string searches_atl_set { public static string searches_atl_set {
get { get {

View File

@ -1658,7 +1658,7 @@ Don't forget to leave your discord name or id in the message.
<value>your auto-translate language has been removed.</value> <value>your auto-translate language has been removed.</value>
</data> </data>
<data name="searches_atl_set" xml:space="preserve"> <data name="searches_atl_set" xml:space="preserve">
<value>Your auto-translate language has been set to {from}&gt;{to}</value> <value>Your auto-translate language has been set to {0}&gt;{1}</value>
</data> </data>
<data name="searches_atl_started" xml:space="preserve"> <data name="searches_atl_started" xml:space="preserve">
<value>Started automatic translation of messages on this channel.</value> <value>Started automatic translation of messages on this channel.</value>