From dcf2989c1ba1c90001eb39037228cd96f99209c8 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 7 May 2007 11:42:09 +0000 Subject: * src/itdb_artwork.c src/itdb_itunesdb.c tests/test-photos.c: Corrected some typos. Thanks to Daniele Forsi. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1427 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 7 +++++++ src/itdb_artwork.c | 2 +- src/itdb_itunesdb.c | 2 +- tests/test-photos.c | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2207ffb..3d9c602 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-07 Jorg Schuler + + * src/itdb_artwork.c + src/itdb_itunesdb.c + tests/test-photos.c: + Corrected some typos. Thanks to Daniele Forsi. + 2007-05-06 Jorg Schuler * src/itdb_itunesdb.c diff --git a/src/itdb_artwork.c b/src/itdb_artwork.c index 648e67e..113c0f2 100644 --- a/src/itdb_artwork.c +++ b/src/itdb_artwork.c @@ -765,7 +765,7 @@ itdb_thumb_get_gdk_pixbuf (Itdb_Device *device, Itdb_Thumb *thumb) if (img_info == NULL) { - g_print (_("Unable to retreive thumbnail (appears to be on iPod, but no image info available): type: %d, filename: '%s'\n"), + g_print (_("Unable to retrieve thumbnail (appears to be on iPod, but no image info available): type: %d, filename: '%s'\n"), thumb->type, thumb->filename); return NULL; } diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c index a7a2730..6cdefa3 100644 --- a/src/itdb_itunesdb.c +++ b/src/itdb_itunesdb.c @@ -2509,7 +2509,7 @@ static gboolean process_OTG_file (FImport *fimp, FContents *cts, g_set_error (&fimp->error, ITDB_FILE_ERROR, ITDB_FILE_ERROR_CORRUPT, - _("OTG playlist file file ('%s'): entry length smaller than expected (%d<4)."), + _("OTG playlist file ('%s'): entry length smaller than expected (%d<4)."), cts->filename, entry_length); return FALSE; } diff --git a/tests/test-photos.c b/tests/test-photos.c index e252db2..af98b1c 100644 --- a/tests/test-photos.c +++ b/tests/test-photos.c @@ -39,7 +39,7 @@ static void usage (int argc, char **argv) g_print (_("Usage to add photos:\n %s add []\n should be set to 'NULL' to add photos to the master photo album\n (Photo Library) only. If you don't specify any filenames an empty album will\n be created.\n"), name); g_print (_("Usage to dump all photos to :\n %s dump \n"), name); g_print (_("Usage to list all photos IDs to stdout:\n %s list \n"), name); - g_print (_("Usage to remove photo IDs from Photo Library:\n %s remove []\n should be set to 'NULL' to to remove photos from the iPod\n altogether. If you don't specify any IDs, the photoalbum will be removed\n instead.\n WARNING: IDs may change when writing the PhotoDB file.\n"), name); + g_print (_("Usage to remove photo IDs from Photo Library:\n %s remove []\n should be set to 'NULL' to remove photos from the iPod\n altogether. If you don't specify any IDs, the photoalbum will be removed\n instead.\n WARNING: IDs may change when writing the PhotoDB file.\n"), name); } /* Retrieve the photo whose ID is @id */ @@ -317,7 +317,7 @@ static int do_remove (int argc, char **argv) } else { - g_print (_("Error reading iPod photo database")); + g_print (_("Error reading iPod photo database.\n")); } return 1; } -- cgit