From 18d81ac8318f13e14093fb92dbc0ea8147314c2e Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 11 Jan 2016 09:31:29 +1300 Subject: [PATCH] Fix "associted"/"associated" typo This will presumably also affect the translation files. (But I'm making this change within the GitHub editor which provides no easy way to do a 17 file search and replace. :) ) --- src/gui/widgets/ControllerRackView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widgets/ControllerRackView.cpp b/src/gui/widgets/ControllerRackView.cpp index 027b146b4..2fb542a6e 100644 --- a/src/gui/widgets/ControllerRackView.cpp +++ b/src/gui/widgets/ControllerRackView.cpp @@ -127,7 +127,7 @@ void ControllerRackView::deleteController( ControllerView * _view ) msgBox.setIcon( QMessageBox::Question ); msgBox.setWindowTitle( tr("Confirm Delete") ); msgBox.setText( tr("Confirm delete? There are existing connection(s) " - "associted with this controller. There is no way to undo.") ); + "associated with this controller. There is no way to undo.") ); msgBox.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel); if( msgBox.exec() != QMessageBox::Ok ) {