[vlc-devel] commit: macosx: Replace "Get Stream Information" by "Fetch Meta Data". ( Pierre d'Herbemont )
git version control
git at videolan.org
Sun Jul 13 20:58:50 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Jul 13 21:01:03 2008 +0200| [b49f9579244ad289b72e45e3fc74ba266488a13c]
macosx: Replace "Get Stream Information" by "Fetch Meta Data".
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b49f9579244ad289b72e45e3fc74ba266488a13c
---
modules/gui/macosx/playlist.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index 0f761f7..4e13ad6 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")];
More information about the vlc-devel
mailing list