update zh_TW localization

This commit is contained in:
Mitchell Livingston 2009-08-22 15:53:13 +00:00
parent e1c85ea7a1
commit a35f80cff2
2 changed files with 2 additions and 2 deletions

View File

@ -63,12 +63,12 @@ BonjourController * fDefaultController = nil;
- (void) netService: (NSNetService *) sender didNotPublish: (NSDictionary *) errorDict
{
NSLog(@"Failed to publish the web interface service on port: %d, with error: %@", [sender port], errorDict);
NSLog(@"Failed to publish the web interface service on port %d, with error: %@", [sender port], errorDict);
}
- (void) netService: (NSNetService *) sender didNotResolve: (NSDictionary *) errorDict
{
NSLog(@"Failed to resolve the web interface service on port: %d, with error: %@", [sender port], errorDict);
NSLog(@"Failed to resolve the web interface service on port %d, with error: %@", [sender port], errorDict);
}
@end