Commit 74dc7c83 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: fix a typo.

parent 6015f8b8
......@@ -530,7 +530,7 @@ void DialogsProvider::saveAPlaylist()
char filter[24];
char module[12];
} types[] = {
{ N_("XSPF playlist (*.xpsf)"), "export-xspf", },
{ N_("XSPF playlist (*.xspf)"), "export-xspf", },
{ N_("M3U playlist (*.m3u)"), "export-m3u", },
{ N_("HTML playlist (*.html)"), "export-html", },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment