bug correctif

This commit is contained in:
Tom LAVEILLE 2025-04-11 10:26:02 +02:00
parent b3451773be
commit 852301a537
2 changed files with 2 additions and 2 deletions

View File

@ -761,7 +761,7 @@ class AutoMap_Editor(QDialog, EDITOR_CLASS):
self.QMBquestion = QMessageBox()
self.QMBquestion.setWindowTitle(u"Attention !")
self.QMBquestion.setIcon(QMessageBox.Warning)
self.QMBquestion.setText("Mise en page existente, la mise en page vas être écraser !")
self.QMBquestion.setText("Mise en page existante, la mise en page va être écrasée !")
self.QMBquestion.setStandardButtons(QMessageBox.Yes|QMessageBox.No)
self.QMBquestion.addButton(QPushButton('Autre mise en page'),QMessageBox.AcceptRole)
self.QMBquestion = self.QMBquestion.exec()

View File

@ -20,7 +20,7 @@ from .tools.resources import (
resources_path,
maj_verif,
)
#pyperclip()
pyperclip()
from .copie_editor import Copie_Editor
from .about_form import AboutDialog