Update init.cpp

This commit is contained in:
NotRin7
2024-04-09 18:55:35 +02:00
committed by GitHub
parent 6470e3de50
commit 12ff842d8c

View File

@@ -581,7 +581,7 @@ std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://github.com/NotRin7/palladium>";
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2009, COPYRIGHT_YEAR) + " ") + "\n" +
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2024, COPYRIGHT_YEAR) + " ") + "\n" +
"\n" +
strprintf(_("Please contribute if you find %s useful. "
"Visit %s for further information about the software.").translated,