diff --git a/editor/aboutdialog.cpp b/editor/aboutdialog.cpp index 2419e84..0840d78 100644 --- a/editor/aboutdialog.cpp +++ b/editor/aboutdialog.cpp @@ -25,9 +25,11 @@ AboutDialog::AboutDialog(QWidget *parent) : { mUi.setupUi(this); - QString desc = tr("Belle is a cross-platform visual novel maker,
using Qt4 for the editor and HTML5 for the engine."); - QString copyright = "Copyright © 2012-2014 Carlos Pais"; - QString version = "Belle 0.4.2 alpha"; + QString desc = tr("Belle is a cross-platform and easy-to-use visual novel maker,
" + "that deploys games for the web.
" + "It uses Qt4 for the editor and HTML5 for the engine."); + QString copyright = "Copyright © 2012-2015 Carlos Pais"; + QString version = "Belle 0.5 alpha"; QString fullDesc = QString("

%1

%2

%3

").arg(version).arg(desc).arg(copyright);