]> granicus.if.org Git - handbrake/commitdiff
Forgot to update ipad preset description
authorsr55 <sr55.hb@outlook.com>
Fri, 29 Jun 2012 17:19:52 +0000 (17:19 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 29 Jun 2012 17:19:52 +0000 (17:19 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4795 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBPresets.m

index 06d0a6e258cf0406fb4fa32558b389a459006e82..eaf496ccb2b13a9fe6979219cb6524c0d72586f2 100644 (file)
     [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"];