summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-23 16:43:51 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-23 16:43:51 +0200
commitf01a882aef6df0e0b06c2a14a71db9139aa18618 (patch)
tree37d1f7f21f4775532a3fe89102c6fa0aa892a0fd /playlist.c
parent734685586bfe193097defa77ca607b19b3f87f44 (diff)
localize Default playlist name
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.c b/playlist.c
index d365c0a2..cbe4555f 100644
--- a/playlist.c
+++ b/playlist.c
@@ -2209,7 +2209,7 @@ pl_load_all (void) {
fprintf (stderr, "error: cannot make string with default playlist path\n");
return -1;
}
- if (plt_add (plt_get_count (), "Default") < 0) {
+ if (plt_add (plt_get_count (), _("Default")) < 0) {
return -1;
}
return pl_load (defpl);