From 4e23402e96f517af260f92ec7a4d24cda7f38dff Mon Sep 17 00:00:00 2001 From: Larry Salibra Date: Sat, 25 Feb 2017 00:19:25 +0200 Subject: [PATCH] fix typo --- native/macos/Blockstack/Blockstack/ApplicationDelegate.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/macos/Blockstack/Blockstack/ApplicationDelegate.m b/native/macos/Blockstack/Blockstack/ApplicationDelegate.m index 0373cd5f8..02a4f6ee8 100644 --- a/native/macos/Blockstack/Blockstack/ApplicationDelegate.m +++ b/native/macos/Blockstack/Blockstack/ApplicationDelegate.m @@ -94,11 +94,11 @@ - (void)statusItemClick:(id)sender [menu addItem:[NSMenuItem separatorItem]]; NSMenuItem *portalPortMenuItem = [[NSMenuItem alloc] init]; - portalPortMenuItem.title = [NSString stringWithFormat:@"Portal proxy running port on %d", [self portalPort]]; + portalPortMenuItem.title = [NSString stringWithFormat:@"Portal proxy running on port on %d", [self portalPort]]; portalPortMenuItem.enabled = NO; NSMenuItem *corsProxyPortMenuItem = [[NSMenuItem alloc] init]; - corsProxyPortMenuItem.title = [NSString stringWithFormat:@"CORS proxy running port on %d", [self corsProxyPort]]; + corsProxyPortMenuItem.title = [NSString stringWithFormat:@"CORS proxy running on port on %d", [self corsProxyPort]]; corsProxyPortMenuItem.enabled = NO; NSMenuItem *corePortMenuItem = [[NSMenuItem alloc] init];