From: gc Date: Fri, 6 May 2005 21:29:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 0.9.0~557 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=ae0738839842a67c3dc4e8356e381c36db7b0ece *** empty log message *** --- diff --git a/lib/booh/booh-lib.rb b/lib/booh/booh-lib.rb index e2dc096..8613df9 100644 --- a/lib/booh/booh-lib.rb +++ b/lib/booh/booh-lib.rb @@ -272,7 +272,7 @@ module Booh msg 2, cmd results = subproc_runaway_aware(cmd) if results =~ /skipping frames/ && results =~ /encoded 0 frames/ - msg 0, _("specified frame-offset too large? max frame was: %s. that may also be another probleme. try another value.") % + msg 0, _("specified frame-offset too large? max frame was: %s. that may also be another problem. try another value.") % results.scan(/skipping frames \[000000-(\d+)\]/)[-1] return false elsif results =~ /V: import format.*unknown/ || !File.exists?("#{dest_dir}/screenshot.jpg000000.jpg")