diff --git a/MacPass/MPDocument.m b/MacPass/MPDocument.m index 3d1f99d0..657dde63 100644 --- a/MacPass/MPDocument.m +++ b/MacPass/MPDocument.m @@ -249,7 +249,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGroupKey } if(self.fileChangeDialogOpen) { - return; // This alert is already being shown + return; // We are already displaying an alert } /* Dispatch the alert to the main queue */