]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
BluRay instead of Blu-Ray. Re-using short messages for long ones
[vlc] / modules / gui / macosx / playlist.m
index c4360b8bc76f97d8e8355ac61885b04f69ca706d..2bd75b05bfc34881c4d56a8226154a9ceeb0a6d9 100644 (file)
     [o_save_accessory_text setStringValue: _NS("File Format:")];
     [[o_save_accessory_popup itemAtIndex:0] setTitle: _NS("Extended M3U")];
     [[o_save_accessory_popup itemAtIndex:1] setTitle: _NS("XML Shareable Playlist Format (XSPF)")];
-    [[o_save_accessory_popup itemAtIndex:2] setTitle: _NS("HTML Playlist")];
+    [[o_save_accessory_popup itemAtIndex:2] setTitle: _NS("HTML playlist")];
 }
 
 - (void)playlistUpdated