commit 7786e2f08196618edfeb2b02b2b1cb964851cbb6
Author: Daniele Forsi <da...@fo...>
Date: Sat Jul 14 16:05:53 2012 +0200
Make the string identical to the other ones
Add a \n. One string less to check for translators.
libgtkpod/file.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgtkpod/file.c b/libgtkpod/file.c
index 9ffe885..f2a7194 100644
--- a/libgtkpod/file.c
+++ b/libgtkpod/file.c
@@ -2187,7 +2187,7 @@ gboolean write_lyrics_to_file(Track *track) {
error = NULL;
}
else
- gtkpod_warning(_("Lyrics not written due to the error:\n%s"), UNKNOWN_ERROR);
+ gtkpod_warning(_("Lyrics not written due to the error:\n\n%s"), UNKNOWN_ERROR);
}
}
|