mirror of https://github.com/MidnightCommander/mc
typo fix in the About copyright line - Federico
This commit is contained in:
parent
cb572f6187
commit
89204b8f1c
|
@ -89,7 +89,7 @@ gnome_about_cmd (void)
|
||||||
};
|
};
|
||||||
|
|
||||||
about = gnome_about_new (_("GNU Midnight Commander"), VERSION,
|
about = gnome_about_new (_("GNU Midnight Commander"), VERSION,
|
||||||
"(C) 1994-1998 the Free Software Fundation",
|
"Copyright 1994-1999 the Free Software Foundation",
|
||||||
authors,
|
authors,
|
||||||
_("The GNOME edition of the Midnight Commander file manager."),
|
_("The GNOME edition of the Midnight Commander file manager."),
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Reference in New Issue