summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-14 13:34:07 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-14 13:34:07 +0000
commitba3bfa8a68ec01b32340a7c29065a58ce833946b (patch)
treeeef77addeba41163e995306cbfb022bfb932c834 /tests
parenta16684f1e47dadec1e6896cdbb87553b042c6599 (diff)
downloadlibgpod-ba3bfa8a68ec01b32340a7c29065a58ce833946b.tar.gz
libgpod-ba3bfa8a68ec01b32340a7c29065a58ce833946b.tar.xz
libgpod-ba3bfa8a68ec01b32340a7c29065a58ce833946b.zip
* 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
Diffstat (limited to 'tests')
-rw-r--r--tests/test-photos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-photos.c b/tests/test-photos.c
index e288525..af9b2df 100644
--- a/tests/test-photos.c
+++ b/tests/test-photos.c
@@ -340,7 +340,7 @@ static int do_remove (int argc, char **argv)
/* Remove photoalbum altogether, but preserve pics */
if (album == NULL)
{
- g_print (_("Cannot remove Photo Libarary playlist. Aborting.\n"));
+ g_print (_("Cannot remove Photo Library playlist. Aborting.\n"));
itdb_photodb_free (db);
return 1;
}