summaryrefslogtreecommitdiff
path: root/src/totem-playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-playlist.c')
-rw-r--r--src/totem-playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-playlist.c b/src/totem-playlist.c
index 4cba0d619..01203e194 100644
--- a/src/totem-playlist.c
+++ b/src/totem-playlist.c
@@ -989,7 +989,7 @@ handle_parse_result (TotemPlParserResult res, TotemPlaylist *playlist, const gch
return totem_playlist_add_one_mrl (playlist, mrl, display_name, NULL, NULL, FALSE);
if (res == TOTEM_PL_PARSER_RESULT_ERROR) {
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
- _("The playlist '%s' could not be parsed. It might be damaged."), display_name ? display_name : mrl);
+ _("The playlist ā€œ%sā€ could not be parsed. It might be damaged."), display_name ? display_name : mrl);
return FALSE;
}