diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-05-07 11:42:09 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-05-07 11:42:09 +0000 |
| commit | 064fa5b8ccb6c7c3c7738244bf48181b0e3ef605 (patch) | |
| tree | bfeb42f5646a6e13dc2589345673747dc5b0bad8 /tests | |
| parent | 7117e96bba29897dc13a769825992a14ea184e6e (diff) | |
| download | libgpod-064fa5b8ccb6c7c3c7738244bf48181b0e3ef605.tar.gz libgpod-064fa5b8ccb6c7c3c7738244bf48181b0e3ef605.tar.xz libgpod-064fa5b8ccb6c7c3c7738244bf48181b0e3ef605.zip | |
* 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
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-photos.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <mountpoint> <albumname> [<filename(s)>]\n <albumname> 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 <output_dir>:\n %s dump <mountpoint> <output_dir>\n"), name); g_print (_("Usage to list all photos IDs to stdout:\n %s list <mountpoint>\n"), name); - g_print (_("Usage to remove photo IDs from Photo Library:\n %s remove <mountpoint> <albumname> [<ID(s)>]\n <albumname> 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 <mountpoint> <albumname> [<ID(s)>]\n <albumname> 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; } |
