mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 06:31:49 +00:00
Add an extra new-line in the error dialog that appears if the update cannot be installed.
This commit is contained in:
parent
92993ea631
commit
274b433120
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue