Title-case and remove "plugin" from ME swapper

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-03-12 18:08:35 +01:00
parent 9aac22477b
commit 258ff54848

View File

@@ -36,7 +36,7 @@ import net.runelite.client.plugins.Plugin;
import net.runelite.client.plugins.PluginDescriptor;
@PluginDescriptor(
name = "Menu entry swapper plugin",
name = "Menu Entry Swapper",
enabledByDefault = false
)
public class MenuEntrySwapperPlugin extends Plugin