From 9489a14fa2aad3b8eba193ccb443bb7a41b77838 Mon Sep 17 00:00:00 2001 From: codestation Date: Tue, 1 Oct 2013 13:36:58 -0430 Subject: [PATCH] Fix about menu entry and newline --- mainwidget.cpp | 4 ++-- resources/translations/qcma.es.ts | 14 +++++++++++--- resources/translations/qcma.ja.ts | 5 ++--- 3 files changed, 15 insertions(+), 8 deletions(-) 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