diff --git a/graphics/titlepic/create_caption b/graphics/titlepic/create_caption index da2a0494..3a45d2df 100755 --- a/graphics/titlepic/create_caption +++ b/graphics/titlepic/create_caption @@ -22,7 +22,7 @@ draw_with_footer() { convert $input_file -fill orange -font "$font" +dither \ -pointsize 11 \ -gravity southwest \ - -draw "text 5,5 'Freedoom, © 2001-2017'" \ + -draw "text 5,5 '© 2001-2017'" \ -gravity southeast \ -draw "text 10,5 '$VERSION'" \ "$@" \