Add an extra new-line in the error dialog that appears if the update cannot be installed.

This commit is contained in:
Robert Knight 2011-09-15 15:03:30 +01:00
parent 92993ea631
commit 274b433120

View file

@ -43,7 +43,7 @@ class UpdateDialogPrivate
{
dialog->hadError = true;
NSMutableString* message = [[NSMutableString alloc] init];
[message appendString:@"There was a problem installing the update:\n"];
[message appendString:@"There was a problem installing the update:\n\n"];
[message appendString:arg];
NSAlert* alert = [NSAlert