lib/alexandria/ui/icons.rb in alexandria-book-collection-manager-0.7.9 vs lib/alexandria/ui/icons.rb in alexandria-book-collection-manager-0.7.10

- old
+ new

@@ -33,11 +33,11 @@ filename = library.cover(book) return GdkPixbuf::Pixbuf.new(file: filename) if File.exist?(filename) rescue GdkPixbuf::PixbufError log.error do - "Failed to load GdkPixbuf::Pixbuf," \ - " please ensure that #{filename} is a valid image file" + "Failed to load GdkPixbuf::Pixbuf, " \ + "please ensure that #{filename} is a valid image file" end end BOOK_ICON end