From a761f68285a3052b31a0f9ab937e465a7d1b097b Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 29 Jun 2012 17:19:52 +0000 Subject: [PATCH] Forgot to update ipad preset description git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4795 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPresets.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; -- 2.40.0