diff --git a/Ample/Base.lproj/LogWindow.xib b/Ample/Base.lproj/LogWindow.xib index 3b02d48..8e36756 100644 --- a/Ample/Base.lproj/LogWindow.xib +++ b/Ample/Base.lproj/LogWindow.xib @@ -14,7 +14,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/Ample/LogWindowController.m b/Ample/LogWindowController.m index 1ae86b9..31e0f70 100644 --- a/Ample/LogWindowController.m +++ b/Ample/LogWindowController.m @@ -73,7 +73,7 @@ static NSMutableSet *LogWindows; return error; } _task = task; - NSString *title = [NSString stringWithFormat: @"Log Window - %u", [task processIdentifier]]; + NSString *title = [NSString stringWithFormat: @"Ample Log - %u", [task processIdentifier]]; [[self window] setTitle: title]; _handle = [pipe fileHandleForReading];