draw usage fix

This commit is contained in:
Kwoth 2016-10-08 21:01:40 +02:00
parent c0562026bc
commit cca96a93a1
2 changed files with 4 additions and 4 deletions

View File

@ -2175,7 +2175,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Draws a card from the deck.If you supply number [x], she draws up to 5 cards from the deck.. /// Looks up a localized string similar to Draws a card from the deck.If you supply number X, she draws up to 5 cards from the deck..
/// </summary> /// </summary>
public static string draw_desc { public static string draw_desc {
get { get {
@ -2184,7 +2184,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to `$draw [x]`. /// Looks up a localized string similar to `$draw` or `$draw 5`.
/// </summary> /// </summary>
public static string draw_usage { public static string draw_usage {
get { get {

View File

@ -1309,10 +1309,10 @@
<value>draw</value> <value>draw</value>
</data> </data>
<data name="draw_desc" xml:space="preserve"> <data name="draw_desc" xml:space="preserve">
<value>Draws a card from the deck.If you supply number [x], she draws up to 5 cards from the deck.</value> <value>Draws a card from the deck.If you supply number X, she draws up to 5 cards from the deck.</value>
</data> </data>
<data name="draw_usage" xml:space="preserve"> <data name="draw_usage" xml:space="preserve">
<value>`$draw [x]`</value> <value>`$draw` or `$draw 5`</value>
</data> </data>
<data name="shuffleplaylist_cmd" xml:space="preserve"> <data name="shuffleplaylist_cmd" xml:space="preserve">
<value>shuffle sh</value> <value>shuffle sh</value>