From: Pierre d'Herbemont Date: Sun, 13 Jul 2008 18:59:16 +0000 (+0200) Subject: macosx: The menu title should be Information... not Information. X-Git-Tag: 0.9.0-test2~15 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4ed7283c3af32a52eabd5be45255f4d0e1786a98;p=vlc macosx: The menu title should be Information... not Information. --- diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m index 3a265f14be..0f761f759b 100644 --- a/modules/gui/macosx/playlist.m +++ b/modules/gui/macosx/playlist.m @@ -430,7 +430,7 @@ [o_mi_delete setTitle: _NS("Delete")]; [o_mi_recursive_expand setTitle: _NS("Expand Node")]; [o_mi_selectall setTitle: _NS("Select All")]; - [o_mi_info setTitle: _NS("Information")]; + [o_mi_info setTitle: _NS("Information...")]; [o_mi_preparse setTitle: _NS("Get Stream Information")]; [o_mi_sort_name setTitle: _NS("Sort Node by Name")]; [o_mi_sort_author setTitle: _NS("Sort Node by Author")];