diff -r 1797a34618d8 -r 8cb7bfe07e15 OllamaInterface/Ui_RunOllamaServerDialog.py --- a/OllamaInterface/Ui_RunOllamaServerDialog.py Thu Aug 29 13:59:50 2024 +0200 +++ b/OllamaInterface/Ui_RunOllamaServerDialog.py Fri Aug 30 12:04:28 2024 +0200 @@ -60,7 +60,7 @@ _translate = QtCore.QCoreApplication.translate RunOllamaServerDialog.setWindowTitle(_translate("RunOllamaServerDialog", "ollama Server")) self.groupBox.setTitle(_translate("RunOllamaServerDialog", "Output")) - self.restartServerButton.setToolTip(_translate("RunOllamaServerDialog", "Press to restart the loacl ollama server.")) + self.restartServerButton.setToolTip(_translate("RunOllamaServerDialog", "Press to restart the local ollama server.")) self.restartServerButton.setText(_translate("RunOllamaServerDialog", "Re-Start Server")) self.stopServerButton.setToolTip(_translate("RunOllamaServerDialog", "Press to stop the running ollama server.")) self.stopServerButton.setText(_translate("RunOllamaServerDialog", "Stop Server"))