From ba3bfa8a68ec01b32340a7c29065a58ce833946b Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 14 Jan 2007 13:34:07 +0000 Subject: * tests/test-photos.c: src/itdb_photoalbum.c: fixed two typos in message strings. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1362 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb_photoalbum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/itdb_photoalbum.c b/src/itdb_photoalbum.c index 108ae76..f9aa048 100644 --- a/src/itdb_photoalbum.c +++ b/src/itdb_photoalbum.c @@ -1,4 +1,4 @@ -/* Time-stamp: <2006-11-24 12:59:36 jcs> +/* Time-stamp: <2007-01-15 01:02:46 jcs> | | Copyright (C) 2002-2006 Jorg Schuler | Part of the gtkpod project. @@ -447,7 +447,7 @@ static Itdb_Artwork *itdb_photodb_add_photo_internal (Itdb_PhotoDB *db, return artwork; #else g_set_error (error, 0, -1, - _("Library compiled without gkdpixbuf support. Picture support is disabled.")); + _("Library compiled without gdk-pixbuf support. Picture support is disabled.")); return NULL; #endif } -- cgit