]> git.sesse.net Git - vlc/commitdiff
Mac OS X gui: Label the option "Check for VLC update automatically" rather than ...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 1 Apr 2007 19:13:52 +0000 (19:13 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 1 Apr 2007 19:13:52 +0000 (19:13 +0000)
extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
modules/gui/macosx/update.m

index a047cb101674b86a2c11ad2f53b72e2b1d5f7d15..9fb0e19b056c13ace22a15aeda8dbd3f2fee8c07 100644 (file)
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
        <key>IBDocumentLocation</key>
-       <string>23 75 356 240 0 0 1680 1028 </string>
+       <string>16 51 356 240 0 0 1280 778 </string>
        <key>IBFramework Version</key>
        <string>446.1</string>
        <key>IBOpenObjects</key>
index a02e27a34a74b88b44202eb2f4d106e646642fb4..2a2e262c84f471c85f061b4d80996d0a3a55f7c9 100644 (file)
Binary files a/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib and b/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib differ
index 7d64de6684f8e0e60d79b5cfeb7829d007dc6184..9d03d305027078ebd748138f6a961306efebe0ad 100644 (file)
@@ -86,7 +86,7 @@ static VLCUpdate *_o_sharedInstance = nil;
     [o_update_window setTitle: _NS("Check for Updates")];
     [o_btn_DownloadNow setTitle: _NS("Download now")];
     [o_btn_okay setTitle: _NS("OK")];
-    [o_chk_updateOnStartup setTitle: _NS("Check for update when VLC is launched")];
+    [o_chk_updateOnStartup setTitle: _NS("Check for VLC update automatically")];
     /* we don't use - (BOOL)shouldCheckUpdateOnStartup beccause we don't want the Alert
      * panel to pop up at this time */
     [o_chk_updateOnStartup setState: [[NSUserDefaults standardUserDefaults] boolForKey: kPrefUpdateOnStartup]];