diff --git a/src/collar/oc_rlvextension.lsl b/src/collar/oc_rlvextension.lsl index df47b4c71..56f8729e1 100644 --- a/src/collar/oc_rlvextension.lsl +++ b/src/collar/oc_rlvextension.lsl @@ -222,7 +222,7 @@ MenuExceptions(key kID, integer iAuth) { list g_lCustomExceptions = []; // Exception name, Exception UUID, integer bitmask MenuCustomExceptionsSelect(key kID,integer iAuth){ - string sPrompt = "\n[Exceptions]\n\nSet custom exceptions here\n\nNOTE: Group exceptions can be set, but not all are meaningful applies to a group."; + string sPrompt = "\n[Exceptions]\n\nSet custom exceptions here\n\nNOTE: Group exceptions can be set, but not all are meaningful applied to a group."; Dialog(kID, sPrompt, llList2ListStrided(g_lCustomExceptions, 0,-1,3),["+ ADD", "- REM", UPMENU], 0, iAuth, "Exceptions~Custom"); }