mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-16 07:31:28 +00:00
Changed terminology to "Open" from "Listen"
This commit is contained in:
@@ -204,7 +204,7 @@ AppController *SharedAppControllerInstance = nil;
|
||||
- (void)XcodeCappListeningDidStart:(NSNotification *)aNotification
|
||||
{
|
||||
self.statusItem.image = self.iconActive;
|
||||
self.menuItemListen.title = [NSString stringWithFormat:@"Stop Listening to “%@”", self.xcc.currentProjectPath.lastPathComponent];
|
||||
self.menuItemListen.title = [NSString stringWithFormat:@"Close “%@”", self.xcc.currentProjectPath.lastPathComponent];
|
||||
self.menuItemListen.action = @selector(stopListening:);
|
||||
}
|
||||
|
||||
@@ -277,7 +277,7 @@ AppController *SharedAppControllerInstance = nil;
|
||||
[self.xcc stop];
|
||||
|
||||
self.statusItem.image = self.iconInactive;
|
||||
self.menuItemListen.title = @"Listen to Project…";
|
||||
self.menuItemListen.title = @"Open Project…";
|
||||
self.menuItemListen.action = @selector(listenToProject:);
|
||||
|
||||
[[NSUserDefaults standardUserDefaults] removeObjectForKey:kDefaultLastOpenedPath];
|
||||
|
||||
Reference in New Issue
Block a user