Message ID | 20181102145347.308c9296@gandalf.local.home (mailing list archive) |
---|---|
State | Accepted |
Commit | 4c03ca28e3c9f58bd3c587ecee03467e35de3ff6 |
Headers | show |
Series | kernel-shark-qt: Fix typo in menu "Restor Last Session" | expand |
diff --git a/kernel-shark-qt/src/KsMainWindow.cpp b/kernel-shark-qt/src/KsMainWindow.cpp index 4f9a6e2e..871990dd 100644 --- a/kernel-shark-qt/src/KsMainWindow.cpp +++ b/kernel-shark-qt/src/KsMainWindow.cpp @@ -43,7 +43,7 @@ KsMainWindow::KsMainWindow(QWidget *parent) _capture(this), _captureLocalServer(this), _openAction("Open", this), - _restorSessionAction("Restor Last Session", this), + _restorSessionAction("Restore Last Session", this), _importSessionAction("Import Session", this), _exportSessionAction("Export Sassion", this), _quitAction("Quit", this),