OllamaInterface/Ui_OllamaWidget.py

changeset 8
3118d16e526e
parent 5
6e8af43d537d
child 12
cf507e6f12d7
--- a/OllamaInterface/Ui_OllamaWidget.py	Thu Aug 08 18:33:49 2024 +0200
+++ b/OllamaInterface/Ui_OllamaWidget.py	Sun Aug 25 19:44:24 2024 +0200
@@ -93,6 +93,7 @@
 
     def retranslateUi(self, OllamaWidget):
         _translate = QtCore.QCoreApplication.translate
+        self.reloadModelsButton.setToolTip(_translate("OllamaWidget", "Press to reload the models list and update the \'ollama\' version information."))
         self.reloadModelsButton.setStatusTip(_translate("OllamaWidget", "Select to reload the list of selectable models."))
         self.modelComboBox.setStatusTip(_translate("OllamaWidget", "Select the model for the chat."))
         self.newChatButton.setToolTip(_translate("OllamaWidget", "Press to start a new chat."))

eric ide

mercurial