diff options
-rw-r--r-- | macosx/HBPresets.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m index 810cae6b5..a574979d3 100644 --- a/macosx/HBPresets.m +++ b/macosx/HBPresets.m @@ -689,7 +689,7 @@ NSMutableDictionary *preset = [[NSMutableDictionary alloc] init]; /* Get the New Preset Name from the field in the AddPresetPanel */ - [preset setObject:@"Apple Tv 2" forKey:@"PresetName"]; + [preset setObject:@"AppleTV 2" forKey:@"PresetName"]; /*Set whether or not this is a user preset where 0 is factory, 1 is user*/ [preset setObject:[NSNumber numberWithInt:0] forKey:@"Type"]; |