From: Pierre d'Herbemont Date: Sun, 13 Jul 2008 19:01:03 +0000 (+0200) Subject: macosx: Replace "Get Stream Information" by "Fetch Meta Data". X-Git-Tag: 0.9.0-test2~14 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=b49f9579244ad289b72e45e3fc74ba266488a13c macosx: Replace "Get Stream Information" by "Fetch Meta Data". --- diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m index 0f761f759b..4e13ad6e76 100644 --- a/modules/gui/macosx/playlist.m +++ b/modules/gui/macosx/playlist.m @@ -431,7 +431,7 @@ [o_mi_recursive_expand setTitle: _NS("Expand Node")]; [o_mi_selectall setTitle: _NS("Select All")]; [o_mi_info setTitle: _NS("Information...")]; - [o_mi_preparse setTitle: _NS("Get Stream Information")]; + [o_mi_preparse setTitle: _NS("Fetch Meta Data")]; [o_mi_sort_name setTitle: _NS("Sort Node by Name")]; [o_mi_sort_author setTitle: _NS("Sort Node by Author")]; [o_mi_services setTitle: _NS("Services discovery")];