diff --git a/frm/frmStatus.cpp b/frm/frmStatus.cpp index 57f3538..f13a18d 100644 --- a/frm/frmStatus.cpp +++ b/frm/frmStatus.cpp @@ -3921,7 +3921,7 @@ void frmStatus::OnChgColSizeQuerystateGrid(wxListEvent &event) serverStatusFactory::serverStatusFactory(menuFactoryList *list, wxMenu *mnu, ctlMenuToolbar *toolbar) : actionFactory(list) { - mnu->Append(id, _("&Server Status"), _("Displays the current database status.")); + mnu->Append(id, _("&Server Status\tCtrl-S"), _("Displays the current database status.")); }