diff --git a/src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java b/src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java index c862b55..d330f17 100644 --- a/src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java +++ b/src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java @@ -47,7 +47,10 @@ public class AboutEditor extends Editor { "
" + "Author: Zukero
" + "Licence: GPL v3
" + - "Sources are included in this package.
" + + "Sources are included in this package and on GitHub.
" + + "
" + + "Contributors:
" + + "Quentin Delvallet
" + "
" + "This project uses the following libraries:
" + "JSON.simple by Yidong Fang & Chris Nokleberg.
" +