From 24c56079ad9b89f4b2192ad6471911b3eccbb212 Mon Sep 17 00:00:00 2001 From: Matthew Matter Date: Tue, 3 Jan 2017 15:13:08 -0500 Subject: [PATCH] Fix Typo --- Tweak.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweak.xm b/Tweak.xm index 6ab647f..ad9e489 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -29,7 +29,7 @@ }]; }]]; - [actionSheet addAction:[UIAlertAction actionWithTitle:@"Save Video" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) { + [actionSheet addAction:[UIAlertAction actionWithTitle:@"Save GIF" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) { MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES]; hud.label.text = @"Downloading"; dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{