Center date for new operations

Rename CONTRIBUTORS in AUTHORS
About message wasn't translated
This commit is contained in:
2012-06-10 17:07:51 +02:00
parent 6f29891fe0
commit 5d37b41042
11 changed files with 70 additions and 67 deletions

View File

@@ -293,7 +293,7 @@ void wxUI::ChangeUser()
void wxUI::OnButtonAbout()
{
QMessageBox::information(0, "KissCount " APP_VERSION, _("Personal accounting software\n\nhttp://indefero.soutade.fr/p/kisscount/\n\nLicenced under GNU GPL v3\n\nCopyright (C) 2010-2012 Grégory Soutadé"));
QMessageBox::information(0, "KissCount " APP_VERSION, _("Personal accounting software") + "\n\nhttp://indefero.soutade.fr/p/kisscount/\n\n" + _("Licenced under GNU GPL v3") + "\n\nCopyright (C) 2010-2012 Grégory Soutadé");
}
void wxUI::OnButtonQuit()