diff --git a/src/dialogs/AboutDialog.cpp b/src/dialogs/AboutDialog.cpp
index 7ee429c9..16ca3d2b 100644
--- a/src/dialogs/AboutDialog.cpp
+++ b/src/dialogs/AboutDialog.cpp
@@ -15,8 +15,8 @@ AboutDialog::AboutDialog(QWidget *parent) :
"
License
"
"This Software is released under the GNU General Public License v3.0"
"Authors
"
- "xarkes, thestr4ng3r, ballessay"
- "Based on Hugo Teso <hugo.teso@gmail.org> work (originally Iaito)."));
+ "xarkes, thestr4ng3r, ballessay
"
+ "Based on work by Hugo Teso <hugo.teso@gmail.org> (originally Iaito)."));
}
AboutDialog::~AboutDialog() {}