You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SUAutomaticUpdateAlert.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ - (NSString *)titleText
65
65
66
66
- (NSString *)descriptionText
67
67
{
68
-
return [NSStringstringWithFormat:SULocalizedString(@"%1$@%2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?", nil), [host name], [host displayVersion]];
68
+
return [NSStringstringWithFormat:SULocalizedString(@"%1$@%2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?", nil), [host name], [updateItem displayVersionString]];
0 commit comments