]> git.sesse.net Git - vlc/commitdiff
Qt: Ok is not ok as a button label.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 21:14:15 +0000 (22:14 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 21:14:15 +0000 (22:14 +0100)
modules/gui/qt4/dialogs/plugins.cpp

index 528e24b4079565f217797d2b733115bb50d030f2..f4289d1f4a48fd0abf27442ff6c05ea6c28e0d0d 100644 (file)
@@ -80,7 +80,7 @@ PluginDialog::PluginDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
             this, search( QString ) );
 
     QDialogButtonBox *box = new QDialogButtonBox;
-    QPushButton *okButton = new QPushButton( "ok", this );
+    QPushButton *okButton = new QPushButton( qtr( "&Close" ), this );
     box->addButton( okButton, QDialogButtonBox::AcceptRole );
     layout->addWidget( box, 2, 2 );