From 66f68fa5b4f1c0312182fa3937fe8d7e163096d0 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Mon, 21 Nov 2016 18:34:00 +0100 Subject: MacGui: fix the stop button to properly stop the encode if libhb state is HBStateSearching. --- macosx/HBStateFormatter+Private.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBStateFormatter+Private.m') diff --git a/macosx/HBStateFormatter+Private.m b/macosx/HBStateFormatter+Private.m index ffce1c068..809617e11 100644 --- a/macosx/HBStateFormatter+Private.m +++ b/macosx/HBStateFormatter+Private.m @@ -21,7 +21,7 @@ case HB_STATE_SEARCHING: { [string appendFormat: - NSLocalizedString(@"Searching for start point… : %.2f %%", nil), + NSLocalizedString(@"Searching for start point: %.2f %%", nil), 100.0 * p.progress]; if (p.seconds > -1) -- cgit v1.2.3