diff options
author | Damiano Galassi <[email protected]> | 2016-11-21 18:34:00 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-11-21 18:34:00 +0100 |
commit | 66f68fa5b4f1c0312182fa3937fe8d7e163096d0 (patch) | |
tree | f6d8b2434beec4bce0ca1edbfca0aabde2b5006f /macosx/HBStateFormatter+Private.m | |
parent | 69f3bfce6086952235d446c351007fb7f32cf9b1 (diff) |
MacGui: fix the stop button to properly stop the encode if libhb state is HBStateSearching.
Diffstat (limited to 'macosx/HBStateFormatter+Private.m')
-rw-r--r-- | macosx/HBStateFormatter+Private.m | 2 |
1 files changed, 1 insertions, 1 deletions
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) |