OllamaInterface/Ui_OllamaHistoryWidget.py

changeset 12
cf507e6f12d7
parent 5
6e8af43d537d
child 21
22245a10b118
--- 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."))

eric ide

mercurial