X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fdialogs%2Fplugins.cpp;h=f4289d1f4a48fd0abf27442ff6c05ea6c28e0d0d;hp=528e24b4079565f217797d2b733115bb50d030f2;hb=2e478fc504a7cf0258639df4c1c6e3d6fe0c5713;hpb=df98cd39f3d346568a845aa59e0a896e5aed6a44 diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp index 528e24b407..f4289d1f4a 100644 --- a/modules/gui/qt4/dialogs/plugins.cpp +++ b/modules/gui/qt4/dialogs/plugins.cpp @@ -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 );