Aragones translation.

This commit is contained in:
William Kendrick 2012-03-02 17:44:19 +00:00
parent 97d5871537
commit 05f33a2a08
10 changed files with 1550 additions and 20 deletions

View file

@ -3,7 +3,7 @@
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2011 by Bill Kendrick and others; see AUTHORS.txt
Copyright (c) 2002-2012 by Bill Kendrick and others; see AUTHORS.txt
bill@newbreedsoftware.com
http://www.tuxpaint.org/
@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - September 23, 2011
June 14, 2002 - March 2, 2012
*/
@ -22473,7 +22473,7 @@ static void setup(void)
printf("%s\n", tmp_str);
#endif
snprintf(tmp_str, sizeof(tmp_str), "© 20022011 Bill Kendrick et al.");
snprintf(tmp_str, sizeof(tmp_str), "© 20022012 Bill Kendrick et al.");
tmp_surf = render_text(medium_font, tmp_str, black);
dest.x = 10;
dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);