diff --git a/mainwidget.cpp b/mainwidget.cpp
index 0a953ad..efd08b3 100644
--- a/mainwidget.cpp
+++ b/mainwidget.cpp
@@ -117,7 +117,7 @@ void MainWidget::showAboutDialog()
about.setText(QString("QCMA ") + QCMA_VER);
about.setWindowTitle(tr("About QCMA"));
- about.setInformativeText(tr("Copyright (C) 2013 Codestation\n"));
+ about.setInformativeText(tr("Copyright (C) 2013 Codestation") + "\n");
about.setStandardButtons(QMessageBox::Ok);
about.setIconPixmap(QPixmap(":/main/resources/qcma.png"));
about.setDefaultButton(QMessageBox::Ok);
@@ -141,7 +141,7 @@ void MainWidget::createTrayIcon()
options = new QAction(tr("&Settings"), this);
reload = new QAction(tr("&Refresh database"), this);
backup = new QAction(tr("&Backup Manager"), this);
- about = new QAction(tr("&About"), this);
+ about = new QAction(tr("&About QCMA"), this);
about_qt = new QAction(tr("Abou&t Qt"), this);
quit = new QAction(tr("&Quit"), this);
diff --git a/resources/translations/qcma.es.ts b/resources/translations/qcma.es.ts
index 2761224..a8f0a86 100644
--- a/resources/translations/qcma.es.ts
+++ b/resources/translations/qcma.es.ts
@@ -292,9 +292,18 @@
+ Copyright (C) 2013 Codestation
+ Copyright (C) 2013 Codestation
+
+
+
+ &About QCMA
+ &Acerca de QCMA
+
+
Copyright (C) 2013 Codestation
- Copyright (C) 2013 Codestation\n
+ Copyright (C) 2013 Codestation\n
@@ -302,9 +311,8 @@
&Gestor de Respaldos
-
&About
- &Acerca de
+ &Acerca de
diff --git a/resources/translations/qcma.ja.ts b/resources/translations/qcma.ja.ts
index db634c0..0d70d37 100644
--- a/resources/translations/qcma.ja.ts
+++ b/resources/translations/qcma.ja.ts
@@ -293,8 +293,7 @@
- Copyright (C) 2013 Codestation
-
+ Copyright (C) 2013 Codestation
@@ -304,7 +303,7 @@
- &About
+ &About QCMA