tooltips = Gtk::Tooltips.new
tipname = File.basename(thumbnail_img).gsub(/-\d+x\d+\.jpg/, '')
- tooltips.set_tip(evtbox, utf8(type == 'video' ? (_("%s (video - %s KB)") % [tipname, commify(File.size(from_utf8("#{$current_path}/#{filename}"))/1024)]) : tipname), nil)
+ tooltips.set_tip(evtbox, utf8(type == 'video' ? (_("%s (video - %s KB)") % [tipname, commify(file_size(from_utf8("#{$current_path}/#{filename}"))/1024)]) : tipname), nil)
frame2, textview = create_editzone($autotable_sw, 1)
textview.buffer.text = utf8(caption)