diff options
author | Bradley Sepos <[email protected]> | 2017-07-26 17:20:25 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-07-26 17:20:25 -0400 |
commit | a0e28aa2a32e41029e7373ef98d9a24fea8e8ce9 (patch) | |
tree | a01d8f5dd5b970317efdd7274bbcd8549d10b794 /macosx/HBJob+UIAdditions.m | |
parent | 712b5e726c60397f354933285368f83fe3a21b4b (diff) |
MacGUI: Capitalize Web Optimized and iPod 5G Support.
Diffstat (limited to 'macosx/HBJob+UIAdditions.m')
-rw-r--r-- | macosx/HBJob+UIAdditions.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBJob+UIAdditions.m b/macosx/HBJob+UIAdditions.m index a3a3322cf..e3eaea0ac 100644 --- a/macosx/HBJob+UIAdditions.m +++ b/macosx/HBJob+UIAdditions.m @@ -198,12 +198,12 @@ static NSDictionary *shortHeightAttr; if ((self.container & HB_MUX_MASK_MP4) && self.mp4HttpOptimize) { - [options appendString:@", Web optimized"]; + [options appendString:@", Web Optimized"]; } if ((self.container & HB_MUX_MASK_MP4) && self.mp4iPodCompatible) { - [options appendString:@", iPod 5G support"]; + [options appendString:@", iPod 5G Support"]; } if ([options hasPrefix:@", "]) |