Update copyright year and make it translatable

Author:    Aurimas Fišeras <aurimas@members.fsf.org>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23014 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2013-05-28 10:39:53 +00:00
parent e12bdcddcb
commit 14ce35ff51

View File

@ -4166,7 +4166,7 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window)
{
const gchar *fixed_message = _("The GnuCash personal finance manager. "
"The GNU way to manage your money!");
const gchar *copyright = "© 1997-2010 Contributors";
const gchar *copyright = _("© 1997-2013 Contributors");
gchar **authors, **documenters, *license, *message;
GdkPixbuf *logo;