diff --git a/MinecraftClient/Inventory/WindowActionType.cs b/MinecraftClient/Inventory/WindowActionType.cs
index 97e281fd..f25aea84 100644
--- a/MinecraftClient/Inventory/WindowActionType.cs
+++ b/MinecraftClient/Inventory/WindowActionType.cs
@@ -31,12 +31,12 @@ namespace MinecraftClient.Inventory
ShiftClick,
///
- /// Drop a single item on ground after grabbing an item stack
+ /// Drop a single item on ground
///
DropItem,
///
- /// Drop a whole item stack on ground after grabbing it
+ /// Drop a whole item stack on ground
///
DropItemStack,