[titleTextsetStringValue:[NSStringstringWithFormat:_NS("%@ unexpectedly quit the last time it was run. Would you like to send a crash report to %@?"),_applicationName,_companyName]];
[commentsTextsetStringValue:_NS("Comments")];
[detailsTextsetStringValue:_NS("Problem details and system configuration")];
[[selfwindow]setTitle:[NSStringstringWithFormat:NSLocalizedString(@"Problem Report for %@",@"Window title"),_applicationName]];
[[selfwindow]setTitle:[NSStringstringWithFormat:_NS("Problem Report for %@"),_applicationName]];
[[descriptionTextFieldcell]setPlaceholderString:NSLocalizedString(@"Please describe any steps needed to trigger the problem",@"User description placeholder")];
[noteTextsetStringValue:NSLocalizedString(@"No personal information will be sent with this report.",@"Note text")];
[[descriptionTextFieldcell]setPlaceholderString:_NS("Please describe any steps needed to trigger the problem")];
[noteTextsetStringValue:_NS("No personal information will be sent with this report.")];