]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.cpp
Preparation for 2.1.0 release.
[virtualjaguar] / src / gui / controllertab.cpp
index ce09270ff86b53fd2e186b42260d9ec95b9d389d..1af9f45572fc6801efcbcf481ba0e89709d0fa30 100644 (file)
@@ -23,7 +23,7 @@
 ControllerTab::ControllerTab(QWidget * parent/*= 0*/): QWidget(parent)
 {
        controllerWidget = new ControllerWidget(this);
-       redefineAll = new QPushButton(tr("Define All Keys"));
+       redefineAll = new QPushButton(tr("Define All Inputs"));
 
        QVBoxLayout * layout = new QVBoxLayout;
        layout->addWidget(controllerWidget);