]> git.sesse.net Git - vlc/commitdiff
*.m: unified the title of the Information-panel and the menu-items pointing to it...
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 3 Mar 2006 17:21:16 +0000 (17:21 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 3 Mar 2006 17:21:16 +0000 (17:21 +0000)
MainMenu.nib:
    - dto
    - let the user select the values of the Statistics-tab

extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
modules/gui/macosx/intf.m
modules/gui/macosx/playlist.m
modules/gui/macosx/playlistinfo.m

index b624e92d2150509583990385c02c5f371c4359e3..6470f1ec85849453ce90be21de6ebb4176c6409c 100644 (file)
Binary files a/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib and b/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib differ
index a263e18338debe310b69865fdb402ce2565be0b4..3903fbec9b8e169f8e7f5a38a6b2dd79f4d76aa2 100644 (file)
@@ -572,7 +572,7 @@ static VLCMain *_o_sharedMainInstance = nil;
     [o_mi_extended setTitle: _NS("Extended Controls")];
     [o_mi_bookmarks setTitle: _NS("Bookmarks")];
     [o_mi_playlist setTitle: _NS("Playlist")];
-    [o_mi_info setTitle: _NS("Info")];
+    [o_mi_info setTitle: _NS("Information")];
     [o_mi_messages setTitle: _NS("Messages")];
 
     [o_mi_bring_atf setTitle: _NS("Bring All to Front")];
@@ -603,7 +603,7 @@ static VLCMain *_o_sharedMainInstance = nil;
     [o_err_btn_dismiss setTitle: _NS("Dismiss")];
     [o_err_ckbk_surpress setTitle: _NS("Suppress further errors")];
 
-    [o_info_window setTitle: _NS("Info")];
+    [o_info_window setTitle: _NS("Information")];
 }
 
 - (void)applicationWillFinishLaunching:(NSNotification *)o_notification
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")];
index 3066edaf46a6ac458d8dc5ffa4c20e93d56d7410..8045685c17e769bbb45d94f2db4aca5d8614dd8a 100644 (file)
@@ -51,7 +51,7 @@
 {
     [o_info_window setExcludedFromWindowsMenu: TRUE];
 
-    [o_info_window setTitle: _NS("Properties")];
+    [o_info_window setTitle: _NS("Information")];
     [o_uri_lbl setStringValue: _NS("URI")];
     [o_title_lbl setStringValue: _NS("Title")];
     [o_author_lbl setStringValue: _NS("Author")];