~yoda usage fix

This commit is contained in:
Kwoth 2017-02-15 12:24:12 +01:00
parent d2484fa42b
commit a5f0cf8abf
2 changed files with 2 additions and 2 deletions

View File

@ -9042,7 +9042,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to {0}yodify I was once an adventurer like you` or `{0}yoda my feelings hurt`. /// Looks up a localized string similar to `{0}yoda my feelings hurt`.
/// </summary> /// </summary>
public static string yodify_usage { public static string yodify_usage {
get { get {

View File

@ -2689,7 +2689,7 @@
<value>Translates your normal sentences into Yoda styled sentences!</value> <value>Translates your normal sentences into Yoda styled sentences!</value>
</data> </data>
<data name="yodify_usage" xml:space="preserve"> <data name="yodify_usage" xml:space="preserve">
<value>{0}yodify I was once an adventurer like you` or `{0}yoda my feelings hurt`</value> <value>`{0}yoda my feelings hurt`</value>
</data> </data>
<data name="attack_cmd" xml:space="preserve"> <data name="attack_cmd" xml:space="preserve">
<value>attack</value> <value>attack</value>