diff --git a/qt/applications/workbench/workbench/plugins/workspacewidget.py b/qt/applications/workbench/workbench/plugins/workspacewidget.py
index 3be0d0b1d1de63d12ab2c6ce1e2c3824ee225df3..0f80d5a968f1e908dae1446cfb2c76d711029ad4 100644
--- a/qt/applications/workbench/workbench/plugins/workspacewidget.py
+++ b/qt/applications/workbench/workbench/plugins/workspacewidget.py
@@ -137,7 +137,7 @@ class WorkspaceWidget(PluginWidget):
                     presenter.view.show()
                 except ValueError:
                     logger.error(
-                        "Could not open workspace: {0} with either MatrixWorkspaceDisplay nor TableWorkspaceDisplay.")
+                        "Could not open workspace: {0} with neither MatrixWorkspaceDisplay nor TableWorkspaceDisplay.")
 
     def _action_double_click_workspace(self, name):
         self._do_show_data([name])