--- a/OllamaInterface/Ui_OllamaHistoryWidget.py Tue Aug 27 14:06:50 2024 +0200 +++ b/OllamaInterface/Ui_OllamaHistoryWidget.py Wed Aug 28 18:20:33 2024 +0200 @@ -44,6 +44,6 @@ def retranslateUi(self, OllamaHistoryWidget): _translate = QtCore.QCoreApplication.translate - self.newChatButton.setToolTip(_translate("OllamaHistoryWidget", "Press to start a new chat based on the current history.")) + self.newChatButton.setToolTip(_translate("OllamaHistoryWidget", "Press to start a new chat based on the current history or switch to an already opened chat.")) self.editButton.setToolTip(_translate("OllamaHistoryWidget", "Press to edit the chat title.")) self.deleteButton.setToolTip(_translate("OllamaHistoryWidget", "Press to delete this chat history."))