Happy New Year, Ardour
This commit is contained in:
parent
fb82750bfb
commit
48815bcd1d
@ -588,7 +588,7 @@ About::About ()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
set_translator_credits (t);
|
set_translator_credits (t);
|
||||||
set_copyright (_("Copyright (C) 1999-2021 Paul Davis\n"));
|
set_copyright (_("Copyright (C) 1999-2022 Paul Davis\n"));
|
||||||
set_license (gpl);
|
set_license (gpl);
|
||||||
set_name (X_("Ardour"));
|
set_name (X_("Ardour"));
|
||||||
set_website (X_("http://ardour.org/"));
|
set_website (X_("http://ardour.org/"));
|
||||||
|
@ -331,7 +331,7 @@ int main (int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (no_splash) {
|
if (no_splash) {
|
||||||
cout << _("Copyright (C) 1999-2021 Paul Davis") << endl
|
cout << _("Copyright (C) 1999-2022 Paul Davis") << endl
|
||||||
<< _("Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker, Robin Gareus") << endl
|
<< _("Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker, Robin Gareus") << endl
|
||||||
<< endl
|
<< endl
|
||||||
<< string_compose (_("%1 comes with ABSOLUTELY NO WARRANTY"), PROGRAM_NAME) << endl
|
<< string_compose (_("%1 comes with ABSOLUTELY NO WARRANTY"), PROGRAM_NAME) << endl
|
||||||
|
Loading…
Reference in New Issue
Block a user