summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-01-14 13:34:07 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-01-14 13:34:07 +0000
commitf6316a89e8b936a37aab9fb7b4dd8ed3767dcd56 (patch)
treeeef77addeba41163e995306cbfb022bfb932c834 /tests
parentd9fffeca2f685ebfe474cd05eaa31d0083a0a4eb (diff)
downloadlibgpod-f6316a89e8b936a37aab9fb7b4dd8ed3767dcd56.tar.gz
libgpod-f6316a89e8b936a37aab9fb7b4dd8ed3767dcd56.tar.xz
libgpod-f6316a89e8b936a37aab9fb7b4dd8ed3767dcd56.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;
}