]> git.sesse.net Git - vlc/commitdiff
macosx: The menu title should be Information... not Information.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 13 Jul 2008 18:59:16 +0000 (20:59 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 13 Jul 2008 18:59:16 +0000 (20:59 +0200)
modules/gui/macosx/playlist.m

index 3a265f14bed7f449f1edcbe468a2282e525db62e..0f761f759b70a0a9a454a11fcf2f83f05d13d317 100644 (file)
     [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")];