Center date for new operations
Rename CONTRIBUTORS in AUTHORS About message wasn't translated
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user