diff --git a/plugins/include/menus.inc b/plugins/include/menus.inc index e7e8403d..2d0fb5a4 100644 --- a/plugins/include/menus.inc +++ b/plugins/include/menus.inc @@ -41,7 +41,7 @@ enum MenuAction MenuAction_VoteEnd = (1<<5), /**< (VOTE ONLY): A vote sequence has succeeded (param1=chosen item) */ MenuAction_VoteStart = (1<<6), /**< (VOTE ONLY): A vote sequence has started (nothing passed) */ MenuAction_VoteCancel = (1<<7), /**< (VOTE ONLY): A vote sequence has been cancelled (nothing passed) */ - MenuAction_DrawItem = (1<<8), /**< A style is being drawn; return the new style (param1=client, param2=item) */ + MenuAction_DrawItem = (1<<8), /**< An item is being drawn; return the new style (param1=client, param2=item) */ }; /** Default menu actions */