Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Grammar update
Browse files Browse the repository at this point in the history
  • Loading branch information
Luminiari authored May 30, 2022
1 parent cf852ed commit 4645029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomizePlus/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public Plugin()

LoadConfig();

CommandManager.AddCommand((s, t) => ConfigurationInterface.Show(), "/customize", "Opens the customize+ configuration window");
CommandManager.AddCommand((s, t) => ConfigurationInterface.Show(), "/customize", "Opens the Customize+ configuration window.");

PluginInterface.UiBuilder.Draw += InterfaceManager.Draw;
PluginInterface.UiBuilder.OpenConfigUi += ConfigurationInterface.Show;
Expand Down

0 comments on commit 4645029

Please sign in to comment.