diff --git a/pgadmin/frm/frmOptions.cpp b/pgadmin/frm/frmOptions.cpp
index 3bdc2d9..a83729d 100644
--- a/pgadmin/frm/frmOptions.cpp
+++ b/pgadmin/frm/frmOptions.cpp
@@ -400,6 +400,7 @@ frmOptions::frmOptions(frmMain *parent)
 	lstDisplay->Append(_("Extensions"));
 	lstDisplay->Append(_("Functions"));
 	lstDisplay->Append(_("Trigger Functions"));
+	lstDisplay->Append(_("Event Triggers"));
 	lstDisplay->Append(_("Packages"));
 	lstDisplay->Append(_("Procedures"));
 	lstDisplay->Append(_("Operators"));
