]> git.sesse.net Git - vlc/commitdiff
*Fixed a spelling mistake and added some button-shortcuts
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 16 Mar 2004 21:04:18 +0000 (21:04 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 16 Mar 2004 21:04:18 +0000 (21:04 +0000)
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
modules/gui/macosx/playlist.m
modules/gui/macosx/playlistinfo.m

index 9c998bbc16e49ab2ad755305fbdf03424665bdd7..9a50eddc11ebb2bbfda05a775e439da8cf42e87a 100644 (file)
@@ -3,26 +3,28 @@
 <plist version="1.0">
 <dict>
        <key>IBDocumentLocation</key>
-       <string>494 131 505 541 0 0 1024 746 </string>
+       <string>-6 44 505 517 0 0 800 578 </string>
        <key>IBEditorPositions</key>
        <dict>
                <key>1617</key>
                <string>410 345 104 149 0 0 800 578 </string>
                <key>29</key>
-               <string>17 579 419 44 0 0 1024 746 </string>
+               <string>11 440 419 44 0 0 800 578 </string>
                <key>915</key>
-               <string>212 486 103 130 0 0 1024 746 </string>
+               <string>160 353 103 130 0 0 800 578 </string>
        </dict>
        <key>IBFramework Version</key>
-       <string>349.0</string>
+       <string>362.0</string>
        <key>IBLockedObjects</key>
        <array/>
        <key>IBOpenObjects</key>
        <array>
+               <integer>1617</integer>
                <integer>29</integer>
+               <integer>636</integer>
                <integer>21</integer>
        </array>
        <key>IBSystem Version</key>
-       <string>7D24</string>
+       <string>7F44</string>
 </dict>
 </plist>
index d99f4860033f7008380ba1b71be97843ade269d2..0e31f7840bf8d917955b895e943b0a31839f65b9 100644 (file)
Binary files a/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib and b/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib differ
index a49ac72961fa2f18963d5b194bb9f40e12cacb44..0edcae9896f4c288f0298cc71838ea95afc2cd0f 100644 (file)
@@ -171,7 +171,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
     [o_mi_play setTitle: _NS("Play")];
     [o_mi_delete setTitle: _NS("Delete")];
     [o_mi_selectall setTitle: _NS("Select All")];
-    [o_mi_info setTitle: _NS("Proprieties")];
+    [o_mi_info setTitle: _NS("Properties")];
 
     [[o_tc_name headerCell] setStringValue:_NS("Name")];
     [[o_tc_author headerCell] setStringValue:_NS("Author")];
index 9197745b8bdfad42a9eeb07fc84526f74976e087..88d66eee17f1b20462a00376992adfc0f786a25f 100644 (file)
@@ -42,7 +42,7 @@
     [o_tbv_info setOutlineTableColumn:0];
     [o_tbv_info setDataSource: self];
 
-    [o_info_window setTitle: _NS("Proprieties")];
+    [o_info_window setTitle: _NS("Properties")];
     [o_uri_lbl setStringValue: _NS("URI")];
     [o_title_lbl setStringValue: _NS("Title")];
     [o_author_lbl setStringValue: _NS("Author")];