From 2e478fc504a7cf0258639df4c1c6e3d6fe0c5713 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 21 Jan 2009 22:14:15 +0100 Subject: [PATCH] Qt: Ok is not ok as a button label. --- modules/gui/qt4/dialogs/plugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1