Merge pull request #1070 from shikhir-arora/dev

Update .qsearch description
This commit is contained in:
Master Kwoth 2017-02-18 11:34:33 +01:00 committed by GitHub
commit 7d53081b20
2 changed files with 2 additions and 2 deletions

View File

@ -2391,7 +2391,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Searches a quote for a given keyword and any string portion of a quote matching that keyword.. /// Looks up a localized string similar to Shows a random quote for a keyword that contains any text specified in the search..
/// </summary> /// </summary>
public static string searchquote_desc { public static string searchquote_desc {
get { get {

View File

@ -1147,7 +1147,7 @@
<value>qsearch</value> <value>qsearch</value>
</data> </data>
<data name="searchquote_desc" xml:space="preserve"> <data name="searchquote_desc" xml:space="preserve">
<value>Searches a quote for a given keyword and any string portion of a quote matching that keyword.</value> <value>Shows a random quote for a keyword that contains any text specified in the search.</value>
</data> </data>
<data name="searchquote_usage" xml:space="preserve"> <data name="searchquote_usage" xml:space="preserve">
<value>`{0}qsearch keyword text`</value> <value>`{0}qsearch keyword text`</value>