Skip to content

Commit

Permalink
Fix two typos in locale_set description
Browse files Browse the repository at this point in the history
  • Loading branch information
petchema committed Jan 9, 2023
1 parent 8228e6d commit 33ba92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Game/TextManager.cs
Expand Up @@ -650,7 +650,7 @@ public static string Execute(params string[] args)
private static class Locale_Set
{
public static readonly string name = "locale_set";
public static readonly string description = "Sets current locale. Use local_print to list avilable locales.";
public static readonly string description = "Sets current locale. Use locale_print to list available locales.";
public static readonly string usage = "locale_set <index>";

public static string Execute(params string[] args)
Expand Down

0 comments on commit 33ba92f

Please sign in to comment.