Skip to content

Commit 1dd1b09

Browse files
committed
Fixing #341643: "wrong version number in automatic update alert"
Thanks to Jim Turner for the patch.
1 parent 58296ec commit 1dd1b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SUAutomaticUpdateAlert.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ - (NSString *)titleText
6565

6666
- (NSString *)descriptionText
6767
{
68-
return [NSString stringWithFormat: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 [NSString stringWithFormat: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]];
6969
}
7070

7171
@end

0 commit comments

Comments
 (0)