Update of /cvsroot/gtkpod/libgpod/tests
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26176/tests

Modified Files:
        test-photos.c 
Log Message:
        * src/itdb_artwork.c
          src/itdb_itunesdb.c
          tests/test-photos.c:
          Corrected some typos. Thanks to Daniele Forsi.



Index: test-photos.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/tests/test-photos.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- test-photos.c       15 Jan 2007 15:15:09 -0000      1.12
+++ test-photos.c       7 May 2007 11:42:09 -0000       1.13
@@ -39,7 +39,7 @@
     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 @@
        }
        else
        {
-           g_print (_("Error reading iPod photo database"));
+           g_print (_("Error reading iPod photo database.\n"));
        }
        return 1;
     }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to