From a11d2329dea0c1141034ea16eee0b7c403d3a8e2 Mon Sep 17 00:00:00 2001 From: michael starke Date: Wed, 1 Jun 2016 09:55:10 +0200 Subject: [PATCH] rewording --- MacPass/MPDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */