summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-11-23 15:49:01 +0000
committerjbrjake <[email protected]>2008-11-23 15:49:01 +0000
commit33bf28491075336a3b6c86ca7527f35e4ffcdb1d (patch)
tree9f65507e81f10b4349d9fd835e2b7e892f89f5cf /macosx
parenta162540fdc0e9c2a7b079b2b271f8127ef59a637 (diff)
MacGui: Fixes a minor typo in the description of a preset so it reads "it is no longer supported" instead of "it is no supported."
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1941 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBPresets.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m
index 08054a3a3..a9911a31e 100644
--- a/macosx/HBPresets.m
+++ b/macosx/HBPresets.m
@@ -1080,7 +1080,7 @@
[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"];