diff options
author | sr55 <[email protected]> | 2012-06-29 17:19:52 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-06-29 17:19:52 +0000 |
commit | a761f68285a3052b31a0f9ab937e465a7d1b097b (patch) | |
tree | 5c62466b4020f0f7c8d1730bf8d6f7763cb6759a /macosx/HBPresets.m | |
parent | ae449afce5e1bca947c30ee4efc3ebc4a3b125f2 (diff) |
Forgot to update ipad preset description
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4795 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.m')
-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 06d0a6e25..eaf496ccb 100644 --- a/macosx/HBPresets.m +++ b/macosx/HBPresets.m @@ -395,7 +395,7 @@ [preset setObject:[NSNumber numberWithInt:1] forKey:@"UsesPictureSettings"]; /* Get the New Preset Description from the field in the AddPresetPanel */ - [preset setObject:@"HandBrake's preset for the iPad (1st gen) is optimized for viewing on its 1024x768 display." forKey:@"PresetDescription"]; + [preset setObject:@"HandBrake's preset for the iPad (all generations) is optimized for a good balance between quality and filesize." forKey:@"PresetDescription"]; /* File Format */ [preset setObject:@"MP4 file" forKey:@"FileFormat"]; |