*** empty log message ***
authorgc <gc>
Fri, 6 May 2005 21:29:28 +0000 (21:29 +0000)
committergc <gc>
Fri, 6 May 2005 21:29:28 +0000 (21:29 +0000)
lib/booh/booh-lib.rb

index e2dc096d6f4de140726a520d48463055369b23a8..8613df9e51b68d99f59d2646804eebe8f5a33318 100644 (file)
@@ -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")