]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
*.m: unified the title of the Information-panel and the menu-items pointing to it...
[vlc] / modules / gui / macosx / playlist.m
index 9bf6fd8d9f5aa0c93bb9380d325f5e48ee00df75..aa51b209eb07f97f4628c379bd831b644d518239 100644 (file)
@@ -480,7 +480,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
     [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("Properties")];
+    [o_mi_info setTitle: _NS("Information")];
     [o_mi_preparse setTitle: _NS("Preparse")];
     [o_mi_sort_name setTitle: _NS("Sort Node by Name")];
     [o_mi_sort_author setTitle: _NS("Sort Node by Author")];