]> granicus.if.org Git - handbrake/commitdiff
MacGUI: Minor revision to notification text.
authorBradley Sepos <bradley@bradleysepos.com>
Sun, 28 Jan 2018 11:38:48 +0000 (06:38 -0500)
committerBradley Sepos <bradley@bradleysepos.com>
Sun, 28 Jan 2018 11:38:48 +0000 (06:38 -0500)
Capitalize the description and remove app title so more file name characters will fit.

macosx/HBQueueController.m

index f3432da682b4cb93efa3886790adb21152187ff2..db6cfe4812e63df55cd5a8aaf34006499378d5e6 100644 (file)
         if (result == HBCoreResultDone)
         {
             title = NSLocalizedString(@"Put down that cocktail…", nil);
-            description = [NSString stringWithFormat:NSLocalizedString(@"your HandBrake encode %@ is done!", nil),
+            description = [NSString stringWithFormat:NSLocalizedString(@"Your encode %@ is done!", nil),
                                      job.outputFileName];
 
         }
         else
         {
             title = NSLocalizedString(@"Encode failed", nil);
-            description = [NSString stringWithFormat:NSLocalizedString(@"your HandBrake encode %@ couldn't be completed.", nil),
+            description = [NSString stringWithFormat:NSLocalizedString(@"Your encode %@ couldn't be completed.", nil),
                            job.outputFileName];
         }