We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b2148 commit a4c31d0Copy full SHA for a4c31d0
src/com/inet/gradle/setup/dmg/preferences/SetupBuilderOSXPrefPane/Service/ServiceController.m
@@ -30,7 +30,7 @@ - (void)setService:(Service *)service
30
_service = service;
31
description.stringValue = service.description;
32
productName.stringValue = service.name;
33
- productVersion.stringValue = [NSString stringWithFormat:@"v: %@", service.version];
+ productVersion.stringValue = [NSString stringWithFormat:@"Version %@", service.version];
34
uninstall.title = localized(@"Uninstall");
35
36
timer = [NSTimer scheduledTimerWithTimeInterval:5.0 target:self selector:@selector(pollStatus) userInfo:nil repeats:true];
0 commit comments