OSDN Git Service

MacGui: Fixes a minor typo in the description of a preset so it reads "it is no longe...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 Nov 2008 15:49:01 +0000 (15:49 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 Nov 2008 15:49:01 +0000 (15:49 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1941 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBPresets.m

index 08054a3..a9911a3 100644 (file)
     [preset setObject:[NSNumber numberWithInt:1] forKey:@"UsesPictureSettings"];
 
     /* Get the New Preset Description from the field in the AddPresetPanel */
-    [preset setObject:@"HandBrake's deprecated settings for the iPhone and iPod Touch. This is the iPhone preset from HandBrake 0.9.2, and while it is offered as a service to legacy users, it is no supported." forKey:@"PresetDescription"];
+    [preset setObject:@"HandBrake's deprecated settings for the iPhone and iPod Touch. This is the iPhone preset from HandBrake 0.9.2, and while it is offered as a service to legacy users, it is no longer supported." forKey:@"PresetDescription"];
 
     /* File Format */
     [preset setObject:@"MP4 file" forKey:@"FileFormat"];