[vlc-devel] commit: macosx: The menu title should be Information... not Information. ( Pierre d'Herbemont )

git version control git at videolan.org
Sun Jul 13 20:56:58 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Jul 13 20:59:16 2008 +0200| [4ed7283c3af32a52eabd5be45255f4d0e1786a98]

macosx: The menu title should be Information... not Information.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ed7283c3af32a52eabd5be45255f4d0e1786a98
---

 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 3a265f1..0f761f7 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")];




More information about the vlc-devel mailing list