mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
create_caption: Clean up copyright text more by removing "Freedoom, "
This commit is contained in:
parent
845c452f3b
commit
63efd56679
1 changed files with 1 additions and 1 deletions
|
@ -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'" \
|
||||
"$@" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue